mvolikas commented on PR #1776:
URL: https://github.com/apache/stormcrawler/pull/1776#issuecomment-3796867926

   > How does checkstyle format interact with the formatting plugin in place?
   
   We currently have 3 formatting related plugins
   
   1. Checkstyle (`maven-checkstyle-plugin`)
       - Configuration from `checkstyle.xml`
       - Only reports violations as warnings
       - Validates multiple code quality rules (e.g., naming conventions)
       - Mostly Java files
   
   2. EditorConfig (`editorconfig-maven-plugin`)
       - Checks indentation and whitespace for different file types
       - Build fails on violations
       - Can auto-fix violations with `editorconfig:format`
   
   3. Git code format (`git-code-format-maven-plugin`)
       - Disabled by default
       - Recommended to run before submitting a PR
       - Validation included in CI
       - Java files only and very opinionated


-- 
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