[Suggestion] Add a 'formerlyKnownAs' attribute to rules
RubixDev opened this issue ยท 1 comments
This would be what I'm thinking of:
/**
* A list of names the rule previously had to allow loading older config files.
*/
String[] formerlyKnownAs() default {};
It would allow renaming rules without breaking the loading of old config files.