Skip to content

Commit

Permalink
Merge pull request #60 from SublimeLinter/braver-patch-1
Browse files Browse the repository at this point in the history
don't lint embedded ruby
  • Loading branch information
braver authored Jul 2, 2018
2 parents 90af122 + 1fae7e2 commit 90da4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Rubocop(RubyLinter):
defaults = {
'selector': 'source.ruby'
'selector': 'source.ruby - text.html'
}
regex = (
r'^.+?:(?P<line>\d+):(?P<col>\d+): '
Expand Down

0 comments on commit 90da4e3

Please sign in to comment.