Skip to content

File names are not shown #3

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions