-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When running vulture locally, I get this:
/home/nyuszika7h/projectname/foo.py:619: unused variable 'original' (100% confidence)
/home/nyuszika7h/projectname/bar.py:78: unreachable code after 'return' (100% confidence)```
While in GitHub Actions, I just get this:
Error: unused variable 'original' (100% confidence)
Error: unreachable code after 'return' (100% confidence)
Please fix this, the error messages are totally useless without knowing where the error is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels