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.yaml28
1 files changed, 0 insertions, 28 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 0ed62c1a1..000000000
--- a/vendor/github.com/go-logr/logr/.golangci.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-version: "2"
-
-run:
- timeout: 1m
- tests: true
-
-linters:
- default: none
- enable: # please keep this alphabetized
- - asasalint
- - asciicheck
- - copyloopvar
- - dupl
- - errcheck
- - forcetypeassert
- - goconst
- - gocritic
- - govet
- - ineffassign
- - misspell
- - musttag
- - revive
- - staticcheck
- - unused
-
-issues:
- max-issues-per-linter: 0
- max-same-issues: 10