Skip to content

Commit

Permalink
Merge pull request #6 from SublimeLinter/superfluous-stdin-flag
Browse files Browse the repository at this point in the history
remove superfluous --stdin flag
  • Loading branch information
braver authored Jun 22, 2018
2 parents 6f81101 + bb01dd7 commit 5bbd7a9
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 @@ -9,7 +9,7 @@
class Stylelint(NodeLinter):

npm_name = 'stylelint'
cmd = 'stylelint --formatter json --stdin --stdin-filename ${file}'
cmd = 'stylelint --formatter json --stdin-filename ${file}'

line_col_base = (1, 1)

Expand Down

0 comments on commit 5bbd7a9

Please sign in to comment.