Skip to content

Commit 19ec7a7

Browse files
committed
Use $file_on_disk to fix deprecation message
Fixes #54
1 parent 0c8b36a commit 19ec7a7

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)