**Is your feature request related to a problem? Please describe.** The [ClassNamingConventions](https://docs.pmd-code.org/latest/pmd_rules_java_codestyle.html#classnamingconventions) rule fails to consider integration tests **Describe the solution you'd like** Update testClassPattern to allow classes that end with `*IT` per maven-failsafe-plugin naming conventions **Describe alternatives you've considered** Update the rule property once per project