Class: LintTrap::Language::Java

Inherits:
Base
  • Object
show all
Defined in:
lib/lint_trap/language/java.rb

Overview

Java

Instance Method Summary collapse

Methods inherited from Base

canonical_name, #name

Instance Method Details

#lintersObject



8
9
10
# File 'lib/lint_trap/language/java.rb', line 8

def linters
  [Linter::CheckStyle]
end