Add linters where each error is a metric
zimmski opened this issue · 1 comments
zimmski commented
E.g. assertNotNull(Plain.class)
is always true, and should not be in the code. A real programmer would not test that.
bauersimon commented
This is very similar to #44