Skip to content

Commit 4e57644

Browse files
authored
Merge pull request #22 from SublimeLinter/braver-patch-1
Fix #21 don’t lint embedded ruby
2 parents 0053827 + c2aa18d commit 4e57644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Ruby(RubyLinter):
1919
"""Provides an interface to ruby -wc."""
2020

2121
defaults = {
22-
'selector': 'source.ruby'
22+
'selector': 'source.ruby - text.html'
2323
}
2424

2525
cmd = 'ruby -wc'

0 commit comments

Comments
 (0)