1 Star 0 Fork 0

wangjiarong1019 / gin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yml 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Melentyev 提交于 2021-09-28 06:37 . Add gosec (#2882)
run:
timeout: 5m
linters:
enable:
- asciicheck
- depguard
- dogsled
- durationcheck
- errcheck
- errorlint
- exportloopref
- gci
- gofmt
- goimports
- gosec
- misspell
- nakedret
- nilerr
- nolintlint
- revive
- wastedassign
issues:
exclude-rules:
- linters:
- structcheck
- unused
text: "`data` is unused"
- linters:
- staticcheck
text: "SA1019:"
- linters:
- revive
text: "var-naming:"
- linters:
- revive
text: "exported:"
- path: _test\.go
linters:
- gosec # security is not make sense in tests
1
https://gitee.com/thewjr/gin.git
git@gitee.com:thewjr/gin.git
thewjr
gin
gin
master

搜索帮助