lib/lint_trap/linter/coffeelint.rb in lint_trap-0.0.8 vs lib/lint_trap/linter/coffeelint.rb in lint_trap-0.0.9
- old
+ new
@@ -4,9 +4,13 @@
module Linter
# Encapsulates logic specific to coffeelint command line tool.
class CoffeeLint < Base
REPORTER = 'coffeelint/lint_trap.coffee'
+ def languages
+ super(Language::CoffeeScript)
+ end
+
private
def flags
[
"--reporter=#{config_path(REPORTER)}",