[#161] .golangci.yml: Reenable deprecated usage warnings

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
support/v1.0.0-rc.4
Evgenii Stratonikov 2023-09-08 17:15:53 +03:00
parent 49ad985cad
commit 8bc64e088e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ linters-settings:
# report about shadowed variables
check-shadowing: false
staticcheck:
checks: ["all", "-SA1019"] # TODO Enable SA1019 after deprecated warning are fixed.
checks: ["all"]
funlen:
lines: 80 # default 60
statements: 60 # default 40