diff --git a/linter.py b/linter.py index b761b4b..08fdb98 100644 --- a/linter.py +++ b/linter.py @@ -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}' ) #############