I followed the step add checkstyle
Here are the specific steps: Setup Steps
- Go to IntelliJ -> Preferences -> Plugins -> Browse repositories.
- Search for and Install the "Checkstyle-IDEA" plugin, restart IntelliJ.
- Go to IntelliJ -> Preferences -> Other Settings -> Checkstyle.
- Under "Configuration File" click "+" and name the description "Customized Checkstyle".
- Click on "Use a checkstyle file accessible via HTTP" and "ignore invalid certificates".
- For the URL use: https://drive-xxxxxxxxx.xxxxxx.com/view/xxxxx/checkstyle-rules.xml (corporate website) click "Next" and then click "Finish".
- Click on the checkbox for "Customized Checkstyle", click "Apply" and "OK".
And I can run in real-time checkstyle to my code. However, when I reformat the code, the formatted code does not match the checkstyle, could you please let me know what I did wrong?
