Open
Description
We currently ship a massive single block of BC compliance rules hardcoded via dependency injection. It would be interesting to configure rules as following:
./bin/roave-backward-compatibility-check --rules=SomeInvokableClass
Where SomeInvokableClass implements BCRulesConfiguration
or such.
Overall, I'd avoid weird .xml
or such when not needed.
Activity