We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90da4e3 commit 7a06c4aCopy full SHA for 7a06c4a
1 file changed
linter.py
@@ -4,7 +4,7 @@
4
5
class Rubocop(RubyLinter):
6
defaults = {
7
- 'selector': 'source.ruby - text.html'
+ 'selector': 'source.ruby - text.html - text.haml'
8
}
9
regex = (
10
r'^.+?:(?P<line>\d+):(?P<col>\d+): '
0 commit comments