Class: LintTrap::Linter::CheckStyle

Inherits:
Base
  • Object
show all
Defined in:
lib/lint_trap/linter/checkstyle.rb

Overview

Encapsulates logic specific to checkstyle command line tool.

Constant Summary collapse

JAR =
'checkstyle/checkstyle_logger-all.jar'
CHECKS_XML =
'checkstyle/sun_checks.xml'

Constants inherited from Base

Base::CONFIG_PATH

Method Summary

Methods inherited from Base

canonical_name, #initialize, #lint, #name

Constructor Details

This class inherits a constructor from LintTrap::Linter::Base