Class: LintTrap::Linter::CheckStyle
- 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
Method Summary
Methods inherited from Base
canonical_name, #initialize, #lint, #name
Constructor Details
This class inherits a constructor from LintTrap::Linter::Base