slawekjaranowski commented on code in PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#discussion_r1058252905
########## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ########## @@ -115,6 +120,14 @@ public class EnforceMojo extends AbstractMojo { @Parameter(required = false, property = "rules") private String[] commandLineRules; + /** + * Array of Strings that matches the EnforcerRules to skip. + * + * @since 3.2.0 + */ + @Parameter(required = false, property = "enforcer.skipRules") + private String[] commandLineRulesToSkip; Review Comment: `skipRules` and `rulesToSkip` - are both ok for me -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org