https://google.github.io/styleguide/javaguide.html
中文版本:http://www.hawstein.com/posts/google-java-style.html
需要说明的是google的checkstyle的tab缩进是两个空格,可以按需改成4个空格来使用。
Sun:https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml
HuaWei:https://gist.github.com/ownwell/c32878440216f1866842
- 实战
打开一个java文件,右键点击:check current file,结果如下:
修改后:
- 自定义checkstyle
可以参考google的checkstyle文件,自行修改成为适合自己团队使用的代码规范文件。
============================================================================
我们配置gradle脚本可以让我们有两种方式去使用checkstyle: