symflower/eval-dev-quality

Add linters where each error is a metric

Opened this issue · 1 comments

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