Skip to content

Commit

Permalink
Fix deprecation (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkred committed Apr 18, 2021
1 parent 92aa8b3 commit 5746e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def plugin_loaded():
settings = sublime.load_settings('SublimeLinterContribXO.sublime-settings')

class XO(NodeLinter):
npm_name = 'xo'
cmd = ('xo', '--stdin', '--reporter', 'compact', '--filename', '${file}')
regex = (
r'^.+?: line (?P<line>\d+), col (?P<col>\d+), '
Expand Down

0 comments on commit 5746e06

Please sign in to comment.