Class: LintTrap::Language::Ruby
- Inherits:
-
Base
- Object
- Base
- LintTrap::Language::Ruby
show all
- Defined in:
- lib/lint_trap/language/ruby.rb
Overview
Instance Method Summary
collapse
Methods inherited from Base
#==, #inspect, #known?, #name
Instance Method Details
#linters ⇒ Object
8
9
10
|
# File 'lib/lint_trap/language/ruby.rb', line 8
def linters
super(Linter::RuboCop)
end
|