1
0
Fork 0
mirror of https://github.com/spf13/viper synced 2025-04-11 16:07:18 +00:00

build: disable unused linters

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2025-02-18 16:01:55 +01:00 committed by Márk Sági-Kazár
parent 48112d6a05
commit 9c07e0f063

View file

@ -17,8 +17,6 @@ linters-settings:
disabled-checks:
- importShadow
- unnamedResult
golint:
min-confidence: 0
goimports:
local-prefixes: github.com/spf13/viper
@ -30,7 +28,6 @@ linters:
- dupl
- durationcheck
- exhaustive
- exportloopref
- gci
- gocritic
- godot