Skip to content

Commit

Permalink
fix #12 don't lint embedded shell in makefile (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
braver authored Apr 25, 2018
1 parent 9416a4f commit d22954c
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 @@ -15,6 +15,6 @@ class Shellcheck(Linter):
r'(?P<message>.+)$'
)
defaults = {
'selector': 'source.shell',
'selector': 'source.shell - source.makefile',
'--exclude=,': ''
}

0 comments on commit d22954c

Please sign in to comment.