Skip to content

Commit

Permalink
Merge pull request #22 from SublimeLinter/braver-patch-1
Browse files Browse the repository at this point in the history
Fix #21 don’t lint embedded ruby
  • Loading branch information
braver authored May 23, 2018
2 parents 0053827 + c2aa18d commit 4e57644
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 @@ -19,7 +19,7 @@ class Ruby(RubyLinter):
"""Provides an interface to ruby -wc."""

defaults = {
'selector': 'source.ruby'
'selector': 'source.ruby - text.html'
}

cmd = 'ruby -wc'
Expand Down

0 comments on commit 4e57644

Please sign in to comment.