minitor-go/.golangci.yml

37 lines
495 B
YAML
Raw Normal View History

2021-05-11 04:00:58 +00:00
---
linters:
enable:
2022-12-19 23:34:47 +00:00
- errname
- errorlint
2021-05-11 04:00:58 +00:00
- exhaustive
- gofumpt
- goimports
- gomnd
- goprintffuncname
- misspell
2022-12-19 23:34:47 +00:00
- tagliatelle
- tenv
- testpackage
- thelper
- tparallel
- unconvert
- wrapcheck
2021-05-11 04:00:58 +00:00
- wsl
disable:
- gochecknoglobals
linters-settings:
gosec:
excludes:
- G204
2022-12-19 23:34:47 +00:00
tagliatelle:
case:
rules:
yaml: snake
2021-05-11 04:00:58 +00:00
issues:
exclude-rules:
- path: _test\.go
linters:
- gosec