lib/lint_trap/linter/checkstyle.rb in lint_trap-0.0.15 vs lib/lint_trap/linter/checkstyle.rb in lint_trap-0.0.16

- old
+ new

@@ -4,13 +4,9 @@ module Linter # Encapsulates logic specific to checkstyle command line tool. class CheckStyle < Base CHECKS_XML = 'checkstyle/sun_checks.xml' - def languages - super(Language::Java) - end - def version '6.6' end def jar