quintodrome/.golangci.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
498 B
YAML
Raw Normal View History

2022-03-26 18:44:47 -08:00
run:
2022-09-30 14:11:44 -08:00
go: "1.19"
2022-03-26 18:44:47 -08:00
2020-04-26 09:12:59 -08:00
linters:
enable:
2022-09-30 15:55:44 -08:00
- asasalint
- asciicheck
- bidichk
2020-04-29 02:29:34 -08:00
- bodyclose
- depguard
2020-04-29 05:45:57 -08:00
- dogsled
- durationcheck
2020-04-29 05:45:57 -08:00
- errcheck
2022-09-30 15:33:39 -08:00
- errorlint
2022-09-30 14:23:47 -08:00
- exportloopref
2020-04-29 05:45:57 -08:00
- gocyclo
2020-04-29 02:29:34 -08:00
- goprintffuncname
2020-04-26 09:12:59 -08:00
- gosec
2020-04-29 05:45:57 -08:00
- gosimple
- govet
- ineffassign
2020-04-29 02:29:34 -08:00
- misspell
- rowserrcheck
2020-04-29 05:45:57 -08:00
- staticcheck
- typecheck
2020-04-29 02:29:34 -08:00
- unconvert
2020-04-29 05:45:57 -08:00
- unused
2020-04-29 02:29:34 -08:00
- whitespace
2020-04-26 09:12:59 -08:00
issues:
exclude-rules:
- linters:
- gosec
2020-10-24 08:26:57 -08:00
text: "(G501|G401|G505):"