文件名称:checkstyle:格纹风格
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-26 08:30:09
Go
去检查样式 checkstyle是一种样式检查工具,例如java checkstyle。 该工具受 启发。 该样式引用了某些要点。 安装 去获取github.com/qiniu/checkstyle/gocheckstyle 跑步 gocheckstyle -config = .go_style dir1 dir2 设定档 config是json文件,如下所示: { "file_line": 500, "func_line": 50, "params_num":4, "results_num":3, "formated": true, "pkg_name": true, "camel_name":true, "ignore":[ "a/*", "b/*/c/*.go" ],
【文件预览】:
checkstyle-master
----.gitignore(252B)
----Makefile(174B)
----.travis.yml(76B)
----LICENSE(1KB)
----testdata()
--------functionline.go(238B)
--------unformated.go(75B)
--------underscore_name.go(522B)
--------results_num.go(268B)
--------fileline.go(76B)
--------params_num.go(226B)
--------underscore_pkg.go(18B)
--------formated.go(76B)
--------caps_pkg.go(17B)
--------camel_name.go(385B)
----checkstyle.go(10KB)
----README.md(2KB)
----gocheckstyle()
--------gocheckstyle.go(5KB)
--------config.example(778B)
----checkstyle_test.go(5KB)
----.gostyle(403B)