Skip to content

Commit c2aa18d

Browse files
authored
Fix #21 don’t lint embedded ruby
1 parent 0053827 commit c2aa18d

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)