Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/linter-ruby.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Linter = require "#{linterPath}/lib/linter"
class LinterRuby extends Linter
# The syntax that the linter handles. May be a string or
# list/tuple of strings. Names should be all lowercase.
@syntax: 'source.ruby'
@syntax: ['source.ruby', 'source.ruby.rails', 'source.ruby.rspec']

# A string, list, tuple or callable that returns a string, list or tuple,
# containing the command line (with arguments) used to lint.
Expand Down