chore: update .golangci.yml (#48)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: twhelp/core#48
This commit is contained in:
Dawid Wysokiński 2022-08-26 14:57:13 +00:00
parent be65695f1b
commit 0990f37945

View File

@ -5,7 +5,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- errcheck
- gocritic
@ -18,11 +17,9 @@ linters:
- nakedret
- prealloc
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck
- lll
- nestif
- thelper
@ -35,6 +32,10 @@ linters:
- tparallel
- usestdlibvars
- unconvert
- makezero
- grouper
- errname
- exhaustive
linters-settings:
tagliatelle: