mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
23 lines
331 B
YAML
23 lines
331 B
YAML
linters:
|
|
fast: true
|
|
enable:
|
|
- golint
|
|
- govet
|
|
- gosimple
|
|
- goconst
|
|
- goimports
|
|
- staticcheck
|
|
disable:
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- goconst
|
|
|
|
# False positives on CGO generated code
|
|
- linters:
|
|
- staticcheck
|
|
text: "SA4000:"
|