2 Star 7 Fork 6

user_499098 / imgproxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yml 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
run:
skip-dirs:
- .tmp
- vendor
linters:
disable-all: true
enable:
- deadcode
# - errcheck
- gocritic
# - goconst
- goimports
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- stylecheck
- typecheck
- unused
- varcheck
linters-settings:
govet:
# report about shadowed variables
check-shadowing: true
issues:
exclude-rules:
# - path: _test\.go
# linters:
# - goconst
# False positives on CGO generated code
- linters: [staticcheck]
text: "SA4000:"
path: vips\.go
# False positives on CGO generated code
- linters: [gocritic]
text: "dupSubExpr"
path: vips\.go
- linters: [stylecheck]
text: "ST1005:"
Go
1
https://gitee.com/yunwisdoms/imgproxy.git
git@gitee.com:yunwisdoms/imgproxy.git
yunwisdoms
imgproxy
imgproxy
master

搜索帮助