VGalaxies commented on PR #2591: URL: https://github.com/apache/incubator-hugegraph/pull/2591#issuecomment-2230385935
> Thanks, maybe could paste a screenshot for it? > > And wonder to know if the old files break the rule, what will happen? (Stop building? Or just warn it?) > > PS: The approve button was pressed by mistake and can be ignored :) In the verify phase, the code style will be checked, and if it does not comply, an error will be reported, as shown in the figure below:  **Important:** It has been found that the `editorconfig-maven-plugin` doesn't support Java at the moment: for now the plugin has support to enforce coding style rules for other languages such as XML and YAML. This means that options with the `ij_` prefix in `.editorconfig` will not be applied, as these options are generic IntelliJ options and need to be used with the IDE. > 1. https://stackoverflow.com/questions/75801441/how-to-format-java-code-based-on-editorconfig-file > > 2. https://intellij-support.jetbrains.com/hc/en-us/community/posts/10650008517650--Coding-style-Does-Idea-propose-a-standalone-tool-to-format-java-code-with-editorconfig -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
