|
|
|
|
|
by Ntrails
481 days ago
|
|
I remember a project to get us down from like 1500 build warnings to sub 100. It took a long time, generated plenty of bikeshedding, and was impossible to demonstrate value. I, personally, was mostly just pissed we didn't get it to zero. Unsurprisingly the number has climbed back up since |
|
I did something similar with spotbugs. There were existing warnings I couldn't get time to fix so I configured the maven to fail if it exceed the level at which I enabled it.
This has the unfortunate side effect that if it drops and no one adjusts the threshold then people can add more issues without failing the build.