We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
currently, the Checker classes are manually instantiated (in AllChecksRunner), violating the OpenClose principle.
That could be solved programatically, i.e. via a custom annotation or a reflection-based approach.
Open: how to test such behavior?