summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-playground/validator/v10/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-playground/validator/v10/.golangci.yaml')
-rw-r--r--vendor/github.com/go-playground/validator/v10/.golangci.yaml54
1 files changed, 0 insertions, 54 deletions
diff --git a/vendor/github.com/go-playground/validator/v10/.golangci.yaml b/vendor/github.com/go-playground/validator/v10/.golangci.yaml
deleted file mode 100644
index dd9c05cc8..000000000
--- a/vendor/github.com/go-playground/validator/v10/.golangci.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-version: "2"
-linters:
- default: all
- disable:
- - noinlineerr
- - wsl_v5
- - copyloopvar
- - cyclop
- - depguard
- - dogsled
- - dupl
- - dupword
- - err113
- - errorlint
- - exhaustive
- - exhaustruct
- - forbidigo
- - forcetypeassert
- - funlen
- - gochecknoglobals
- - gocognit
- - goconst
- - gocritic
- - gocyclo
- - godot
- - gosec
- - gosmopolitan
- - interfacebloat
- - intrange
- - ireturn
- - lll
- - maintidx
- - misspell
- - mnd
- - nakedret
- - nestif
- - nilnil
- - nlreturn
- - nonamedreturns
- - paralleltest
- - perfsprint
- - prealloc
- - recvcheck
- - revive
- - staticcheck
- - tagalign
- - tagliatelle
- - testpackage
- - thelper
- - tparallel
- - unparam
- - varnamelen
- - wrapcheck
- - wsl