11 Star 42 Fork 14

Gitee 极速下载 / webp-server-go

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/webp-sh/webp_server_go
Clone or Download
.golangci.yml 825 Bytes
Copy Edit Raw Blame History
Nova Kwok authored 2023-03-18 22:24 . Add golangci/golangci-lint (#181)
run:
timeout: 10m
linters:
disable-all: true
enable:
- misspell
- ineffassign
- typecheck
- unused
- gosimple
- errcheck
- staticcheck
- stylecheck
- gosec
- asciicheck
- bodyclose
- exportloopref
- rowserrcheck
- unconvert
- makezero
- durationcheck
- prealloc
- predeclared
linters-settings:
staticcheck:
checks: ["S1002","S1004","S1007","S1009","S1010","S1012","S1019","S1020","S1021","S1024","S1030","SA2*","SA3*","SA4009","SA5*","SA6000","SA6001","SA6005", "-SA2002"]
stylecheck:
checks: ["-ST1003"]
gosec:
severity: "low"
confidence: "low"
excludes:
- G101
- G107
issues:
exclude-rules:
- path: _test\.go
linters:
- errcheck
- gosec
- rowserrcheck
- makezero
1
https://gitee.com/mirrors/webp-server-go.git
git@gitee.com:mirrors/webp-server-go.git
mirrors
webp-server-go
webp-server-go
master

Search