Skip to content

Commit

Permalink
Merge pull request #18 from kaste/fix-deprecation-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
markalfred authored Sep 6, 2022
2 parents dd3a047 + 99b9e40 commit fc0bd71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Stylint(NodeLinter):
"""Provides an interface to stylint."""

cmd = 'stylint @ *'
cmd = 'stylint ${temp_file} ${args}'
defaults = {
'selector': 'source.stylus, source.stylus.embedded.html',
'--ignore=,': '',
Expand All @@ -27,4 +27,3 @@ class Stylint(NodeLinter):
multiline = True
error_stream = util.STREAM_STDOUT
tempfile_suffix = 'styl'
config_file = ('--config', '.stylintrc', '~')

0 comments on commit fc0bd71

Please sign in to comment.