mirror of
https://github.com/spf13/viper
synced 2025-04-27 15:57:19 +00:00
build: disable unused linters
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
b39aa9e732
commit
d51b70c9bd
1 changed files with 0 additions and 3 deletions
|
@ -17,8 +17,6 @@ linters-settings:
|
||||||
disabled-checks:
|
disabled-checks:
|
||||||
- importShadow
|
- importShadow
|
||||||
- unnamedResult
|
- unnamedResult
|
||||||
golint:
|
|
||||||
min-confidence: 0
|
|
||||||
goimports:
|
goimports:
|
||||||
local-prefixes: github.com/spf13/viper
|
local-prefixes: github.com/spf13/viper
|
||||||
|
|
||||||
|
@ -30,7 +28,6 @@ linters:
|
||||||
- dupl
|
- dupl
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- exhaustive
|
- exhaustive
|
||||||
- exportloopref
|
|
||||||
- gci
|
- gci
|
||||||
- gocritic
|
- gocritic
|
||||||
- godot
|
- godot
|
||||||
|
|
Loading…
Add table
Reference in a new issue