linghengqian opened a new issue, #37660: URL: https://github.com/apache/shardingsphere/issues/37660
## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? - See https://github.com/apache/shardingsphere/actions/runs/20745696096/job/59565155259?pr=37641 . ### Describe the feature you would like. - I personally feel it's necessary to update the documentation regarding Checkstyle versions. Currently, https://shardingsphere.apache.org/community/en/involved/contribute/dev-env/#checkstyle-settings still recommends developers use Checkstyle version `9.3`. - <img width="1502" height="710" alt="Image" src="https://github.com/user-attachments/assets/ea2d8ec7-41d9-4ef3-9d83-9501882cc66d" /> - However, by examining CI logs like https://github.com/apache/shardingsphere/actions/runs/20745696096/job/59565155259?pr=37641, it's easy to notice that Shardingsphere is using checkstyle rule version `10.17.0`. ```shell Error: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.6.0:check (default-cli) on project shardingsphere-infra-binder-core: Failed during checkstyle execution: There is 1 error reported by Checkstyle 10.17.0 with /home/runner/work/shardingsphere/shardingsphere/src/resources/checkstyle.xml ruleset. -> [Help 1] ``` - I'm personally unsure about the configuration methods in IntelliJ IDEA, Eclipse, and NetBeans. However, in VS Code, I at least need to update `.vscode/settings.json` to the following format: ```json { "java.checkstyle.configuration": "${workspaceFolder}/src/resources/checkstyle.xml", "java.checkstyle.version": "10.17.0" } ``` -- 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]
