Class: LintTrap::Language::Python

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

Overview

Python

Instance Method Summary collapse

Methods inherited from Base

#==, #name

Instance Method Details

#lintersObject



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

def linters
  [Linter::PyLint].map(&:new)
end