Skip to content

Commit

Permalink
fix #61 don't lint haml
Browse files Browse the repository at this point in the history
  • Loading branch information
braver authored Jul 24, 2018
1 parent 90da4e3 commit 7a06c4a
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 @@ -4,7 +4,7 @@

class Rubocop(RubyLinter):
defaults = {
'selector': 'source.ruby - text.html'
'selector': 'source.ruby - text.html - text.haml'
}
regex = (
r'^.+?:(?P<line>\d+):(?P<col>\d+): '
Expand Down

0 comments on commit 7a06c4a

Please sign in to comment.