eval-dev-quality
eval-dev-quality copied to clipboard
Add linters where each error is a metric
E.g. assertNotNull(Plain.class) is always true, and should not be in the code. A real programmer would not test that.
This is very similar to #44