Skip to content

Commit

Permalink
Merge pull request #20 from Wasapl/master
Browse files Browse the repository at this point in the history
remove trailing dash from cmd
  • Loading branch information
braver authored Aug 27, 2018
2 parents f704f1b + aee03e0 commit 8b362c3
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 @@ -5,7 +5,7 @@

class Shellcheck(Linter):

cmd = 'shellcheck --format=gcc -'
cmd = 'shellcheck --format=gcc ${args} -'
if sublime.platform() == 'windows' and not which('shellcheck') and which('wsl'):
cmd = 'wsl ' + cmd

Expand Down

0 comments on commit 8b362c3

Please sign in to comment.