Skip to content

Commit c895790

Browse files
authored
Merge pull request #55 from SublimeLinter/kaste-patch-1
Use `$file_on_disk` to fix deprecation message
2 parents 0c8b36a + 19ec7a7 commit c895790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def cmd(self):
4949
'--module-rgx=.*', # don't check the module name
5050
'--reports=n', # remove tables
5151
'--persistent=n', # don't save the old score (no sense for temp)
52-
'${args}'
52+
'${args}',
53+
'${file_on_disk}'
5354
)
5455

5556
#############

0 commit comments

Comments
 (0)