HarshMehta112 commented on issue #633:
URL: 
https://github.com/apache/maven-checkstyle-plugin/issues/633#issuecomment-3650403005

   
   NOTE: CustomImportOrder uses the legacy `###` delimiter on purpose.
   
   Reason:
   - maven-checkstyle-plugin 3.6.1-SNAPSHOT depends on Checkstyle 9.3
   - Checkstyle 9.3 does NOT support comma-separated values for
     `customImportOrderRules`
   - Using commas causes:
     "Unexpected rule: STATIC, STANDARD_JAVA_PACKAGE, THIRD_PARTY_PACKAGE"
   
   Action when upgrading:
   - When maven-checkstyle-plugin upgrades to Checkstyle 10.13+,
     replace the `###` delimiter with a comma-separated list.
   
   Example (future):
     STATIC, STANDARD_JAVA_PACKAGE, THIRD_PARTY_PACKAGE
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to