morningman commented on a change in pull request #7306:
URL: https://github.com/apache/incubator-doris/pull/7306#discussion_r764050609



##########
File path: docs/en/developer-guide/java-format-code.md
##########
@@ -45,3 +45,15 @@ javax
 
 * Do not use `import *`
 * Do not use `import static`
+
+## Checkstyle
+
+Now we have `formatter-check` in `CI` to check the code format.
+
+If you use `IDEA` to develop Java code, please install `Checkstyle-IDEA` 
plugin.
+
+Setting the `checkstyle.xml` file in `Tools->Checkstyle`.
+
+Click the plus sign under Configuration File, Select `Use a local Checkstyle 
file`, and select the `checkstyle.xml` file.

Review comment:
       ```suggestion
   Click the plus sign under Configuration File, Select `Use a local Checkstyle 
file`, and select the `fe/checkstyle.xml` file.
   ```




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

Reply via email to