gin/.golangci.yml

36 lines
501 B
YAML
Raw Normal View History

2021-08-19 11:16:18 +03:00
run:
timeout: 5m
linters:
enable:
2021-09-21 10:22:21 +03:00
- asciicheck
- depguard
- dogsled
- durationcheck
- errcheck
- errorlint
- exportloopref
- gci
- gofmt
2021-09-21 10:22:21 +03:00
- goimports
- misspell
2021-09-21 10:22:21 +03:00
- nakedret
- nilerr
- nolintlint
- revive
2021-09-21 10:22:21 +03:00
- wastedassign
issues:
exclude-rules:
- linters:
- structcheck
- unused
text: "`data` is unused"
- linters:
- staticcheck
text: "SA1019:"
- linters:
- revive
text: "var-naming:"
- linters:
- revive
text: "exported:"