Skip to content

Commit

Permalink
Use $file_on_disk to fix deprecation message
Browse files Browse the repository at this point in the history
Fixes #54
  • Loading branch information
kaste committed Feb 17, 2019
1 parent 0c8b36a commit 19ec7a7
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 19ec7a7

Please sign in to comment.