summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-logr/logr/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-logr/logr/.golangci.yaml')
-rw-r--r--vendor/github.com/go-logr/logr/.golangci.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/github.com/go-logr/logr/.golangci.yaml b/vendor/github.com/go-logr/logr/.golangci.yaml
deleted file mode 100644
index 94ff801df..000000000
--- a/vendor/github.com/go-logr/logr/.golangci.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-run:
- timeout: 1m
- tests: true
-
-linters:
- disable-all: true
- enable:
- - asciicheck
- - deadcode
- - errcheck
- - forcetypeassert
- - gocritic
- - gofmt
- - goimports
- - gosimple
- - govet
- - ineffassign
- - misspell
- - revive
- - staticcheck
- - structcheck
- - typecheck
- - unused
- - varcheck
-
-issues:
- exclude-use-default: false
- max-issues-per-linter: 0
- max-same-issues: 10