Class: LintTrap::Language::Go
Overview
Go
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#linters ⇒ Object
8 9 10 |
# File 'lib/lint_trap/language/go.rb', line 8 def linters [Linter::GoLint].map(&:new) end |