Sometimes when executing checks certain variables are ignored.
For example in the getterIsSetterCheck when there is no setter for a getter, this getter will be ignored and the test will still succeed.
Introduce a strict mode in which this would fail a test.
The failing parts should be manually excludable (via regex or direct string compare)
Sometimes when executing checks certain variables are ignored. For example in the getterIsSetterCheck when there is no setter for a getter, this getter will be ignored and the test will still succeed.
Introduce a strict mode in which this would fail a test. The failing parts should be manually excludable (via regex or direct string compare)