summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-openapi/jsonpointer/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-openapi/jsonpointer/.golangci.yml')
-rw-r--r--vendor/github.com/go-openapi/jsonpointer/.golangci.yml62
1 files changed, 0 insertions, 62 deletions
diff --git a/vendor/github.com/go-openapi/jsonpointer/.golangci.yml b/vendor/github.com/go-openapi/jsonpointer/.golangci.yml
deleted file mode 100644
index 500630621..000000000
--- a/vendor/github.com/go-openapi/jsonpointer/.golangci.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-version: "2"
-linters:
- default: all
- disable:
- - cyclop
- - depguard
- - errchkjson
- - errorlint
- - exhaustruct
- - forcetypeassert
- - funlen
- - gochecknoglobals
- - gochecknoinits
- - gocognit
- - godot
- - godox
- - gosmopolitan
- - inamedparam
- - ireturn
- - lll
- - musttag
- - nestif
- - nlreturn
- - nonamedreturns
- - paralleltest
- - testpackage
- - thelper
- - tparallel
- - unparam
- - varnamelen
- - whitespace
- - wrapcheck
- - wsl
- settings:
- dupl:
- threshold: 200
- goconst:
- min-len: 2
- min-occurrences: 3
- gocyclo:
- min-complexity: 45
- exclusions:
- generated: lax
- presets:
- - comments
- - common-false-positives
- - legacy
- - std-error-handling
- paths:
- - third_party$
- - builtin$
- - examples$
-formatters:
- enable:
- - gofmt
- - goimports
- exclusions:
- generated: lax
- paths:
- - third_party$
- - builtin$
- - examples$