We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da6362 + 83a3a9c commit 83cf912Copy full SHA for 83cf912
linter.py
@@ -33,6 +33,7 @@ class Rubocop(RubyLinter):
33
r'((?P<code>\w+/\w+): )?'
34
r'(?P<message>.+)$'
35
)
36
+ word_re = r'^((@|@@|\$)?\w+[!?]?)'
37
38
def cmd(self):
39
"""Build command, using STDIN if a file path can be determined."""
0 commit comments