Skip to content

Commit

Permalink
Merge pull request #55 from SublimeLinter/kaste-patch-1
Browse files Browse the repository at this point in the history
Use `$file_on_disk` to fix deprecation message
  • Loading branch information
kaste authored Feb 21, 2019
2 parents 0c8b36a + 19ec7a7 commit c895790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def cmd(self):
'--module-rgx=.*', # don't check the module name
'--reports=n', # remove tables
'--persistent=n', # don't save the old score (no sense for temp)
'${args}'
'${args}',
'${file_on_disk}'
)

#############
Expand Down

0 comments on commit c895790

Please sign in to comment.