Google Java样式:checkstyle文件,带有相应的Visual Studio Code编辑器文件

时间:2018-03-24 05:38:38

标签: java checkstyle editorconfig

google java风格有checkstyle文件。 https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml

我正在寻找相应的

  

.editorconfig

文件。

1 个答案:

答案 0 :(得分:1)

同样的效果是安装扩展程序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文件在代码中显示警告