Suppress/grandfather existing warnings
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
Adding errorprone to a new codebase is currently quite tedious as it complains about all the existing issues.
In an ideal world, this means that we should go back and fix all of them, but this is usually infeasible :)
It would be nice if we could use Refaster to just automatically add suppression decorations to existing issues.
Contributor guide
Assessment
This issue has not been assessed yet.