Skip to content

Commit 7a06c4a

Browse files
authored
fix #61 don't lint haml
1 parent 90da4e3 commit 7a06c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Rubocop(RubyLinter):
66
defaults = {
7-
'selector': 'source.ruby - text.html'
7+
'selector': 'source.ruby - text.html - text.haml'
88
}
99
regex = (
1010
r'^.+?:(?P<line>\d+):(?P<col>\d+): '

0 commit comments

Comments
 (0)