Dennis Lundberg created MCHECKSTYLE-284: -------------------------------------------
Summary: Remove config/sun_checks.xml and use the one built into Checkstyle 6.2+ Key: MCHECKSTYLE-284 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-284 Project: Maven Checkstyle Plugin Issue Type: Improvement Components: predefined ruleset: Sun Reporter: Dennis Lundberg Hervé wrote this in MCHECKSTYLE-268: {quote} Checkstyle 6.2 now has some configs inside Checkstyle jars: see https://github.com/checkstyle/checkstyle/issues/305 and configs that are in resources directory now https://github.com/checkstyle/checkstyle/tree/master/src/main/resources With Checkstyle 6.2, <configLocation>sun_checks.xml</configLocation> and <configLocation>google_checks.xml</configLocation> will respectively use Sun and Google coding conventions as included in Checkstyle (the location is a resource name, loaded from classpath) I'd like to remove config/sun_checks.xml from maven-checkstyle-plugin source tree, and let user use sun_checks.xml from Checkstyle jar: of course, any other config provided by Checkstyle will be available but we'll require Checkstyle 6.2: then we'll need to wait for a later plugin release... {quote} -- This message was sent by Atlassian JIRA (v6.1.6#6162)