I'm working to reduce the lint failures in our repository. I've been manually categorizing existing failures and either disabling rules / fixing existing code. Currently, I find it challenging to find existing failures. I've resorted to manually linting our most popular files as proxy for most popular lint errors (with some success), but it's not ideal.
I would like a way to surface the lint errors my team hits most often so I can understand our progress in codebase cleanup and prioritize parts of our codebase which are popular.
Possible things that might help solution might make it
- Easy to find a list of revisions which fail lint
- Easy to find a list of lint failures sorted by how common they are