We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5933e commit 0314d75Copy full SHA for 0314d75
1 file changed
linter.py
@@ -17,7 +17,7 @@ class Ruby(RubyLinter):
17
18
"""Provides an interface to ruby -wc."""
19
20
- syntax = ('ruby', 'ruby on rails')
+ syntax = ('ruby', 'ruby on rails', 'rspec')
21
cmd = 'ruby -wc'
22
regex = (
23
r'^.+?:(?P<line>\d+): (?:(?P<error>.*?error)|(?P<warning>warning))[,:] (?P<message>[^\r\n]+)\r?\n'
0 commit comments