Write vulture checker for changed code for PR
Open
- Dominant language
- Shell
- Stars
- 1
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Vulture finds unused code.
We could check which files a PR changes and generate a vulture report restricted to those files. Should do this with and without the testing directory to find parts of the code that are only used in the tests.
It's not perfect, though. It misses things imported or called indirectly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.