有谷歌 java 风格的 checkstyle 文件。 https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
我正在寻找对应的
.editorconfig
文件。
有谷歌 java 风格的 checkstyle 文件。 https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
我正在寻找对应的
.editorconfig
文件。
同样的效果是安装扩展https://github.com/jdneo/vscode-checkstyle
设置:
"java.configuration.updateBuildConfiguration": "automatic",
"checkstyle.enable": true,
"checkstyle.configurationPath": "config/checkstyle/checkstyle.xml",
"checkstyle.checkstylePath": "C:/dev/tools/checkstyle-8.8-all.jar"
现在 Visual Studio Code 根据我的 checkstyle.xml 文件在代码中显示警告