summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-contrib/gzip/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-contrib/gzip/.golangci.yml')
-rw-r--r--vendor/github.com/gin-contrib/gzip/.golangci.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/vendor/github.com/gin-contrib/gzip/.golangci.yml b/vendor/github.com/gin-contrib/gzip/.golangci.yml
deleted file mode 100644
index d5cbd0a39..000000000
--- a/vendor/github.com/gin-contrib/gzip/.golangci.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-linters:
- enable-all: false
- disable-all: true
- fast: false
- enable:
- - bodyclose
- - dogsled
- - dupl
- - errcheck
- - exportloopref
- - exhaustive
- - gochecknoinits
- - goconst
- - gocritic
- - gocyclo
- - gofmt
- - goimports
- - goprintffuncname
- - gosec
- - gosimple
- - govet
- - ineffassign
- - lll
- - misspell
- - nakedret
- - noctx
- - nolintlint
- - rowserrcheck
- - staticcheck
- - stylecheck
- - typecheck
- - unconvert
- - unparam
- - unused
- - whitespace
- - gofumpt
-run:
- timeout: 3m