Skip to content

Commit

Permalink
Fix #21 don’t lint embedded ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
braver authored May 23, 2018
1 parent 0053827 commit c2aa18d
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 c2aa18d

Please sign in to comment.