softwaremill / scala-clippy

Good advice for Scala compiler errors
Apache License 2.0
312 stars 20 forks source link

Allow overwriting/removing advice. #19

Closed ShaneDelmore closed 7 years ago

ShaneDelmore commented 8 years ago

I added a bit of advice for Cats back when cats was on version 0.3.0. They are now on version 0.6.0 and the advice is no longer correct. It would be great to have a way to either update the old advice, delete it, or have newer advice take priority.

adamw commented 8 years ago

If both the error message and advice is different, then I would simply add new advice - this sholdn't collide, right?

If only the advice is different, there's currently a "suggest edit" link in the browse section to suggest changing advice. This is a manual process, which would be good to have it automated :)