File names are not shown
0xallie opened this issue · 0 comments
0xallie commented
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.