Class: LintTrap::Language::Ruby

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

Overview

Ruby

Instance Method Summary collapse

Methods inherited from Base

canonical_name, #name

Instance Method Details

#lintersObject



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

def linters
  [Linter::RuboCop]
end