Class: LintTrap::Language::Unknown

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

Overview

Interface for languages

Instance Method Summary collapse

Methods inherited from Base

#==, #add_linter, #initialize, #inspect, #name

Constructor Details

This class inherits a constructor from LintTrap::Language::Base

Instance Method Details

#lintersObject



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

def linters
  [Linter::Unknown.new]
end