Skip to content

Commit

Permalink
Merge pull request #80 from oleg-vinted/feature/add_word_re
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Oct 8, 2024
2 parents 0da6362 + 83a3a9c commit 83cf912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Rubocop(RubyLinter):
r'((?P<code>\w+/\w+): )?'
r'(?P<message>.+)$'
)
word_re = r'^((@|@@|\$)?\w+[!?]?)'

def cmd(self):
"""Build command, using STDIN if a file path can be determined."""
Expand Down

0 comments on commit 83cf912

Please sign in to comment.