Skip to content

Commit

Permalink
Removed deprecated 'use-server' setting
Browse files Browse the repository at this point in the history
which was causing a fatal error. Closes #28
  • Loading branch information
ckaznocha committed Mar 2, 2016
1 parent cd12921 commit 6ab2c0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def cmd(self):
if merged_settings['show-all-errors']:
command.append('--show-all-errors')

if merged_settings['use-server']:
command.append('--no-auto-start')

command.append('--json') # need this for simpler error handling

return command
Expand Down

0 comments on commit 6ab2c0c

Please sign in to comment.