I have some classes that are extensions of the built-in class IPAddress and therefore start with the letter I. Is there a way to easily turn off this rule for the "Interfaces start with I" portion without disabling all the other checks that this rule is simultaneously performing? Yes, I can decorate all the classes with an attribute to bypass this check, but it seems like an odd restriction to not let any class names start with an I.
Thanks!