summaryrefslogtreecommitdiff
path: root/vendor/github.com/gorilla/context/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gorilla/context/.golangci.yml')
-rw-r--r--vendor/github.com/gorilla/context/.golangci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/gorilla/context/.golangci.yml b/vendor/github.com/gorilla/context/.golangci.yml
new file mode 100644
index 000000000..1def5e627
--- /dev/null
+++ b/vendor/github.com/gorilla/context/.golangci.yml
@@ -0,0 +1,12 @@
+linters:
+ enable:
+ - errcheck
+ - gosimple
+ - govet
+ - ineffassign
+ - staticcheck
+ - unused
+ - contextcheck
+ - goconst
+ - gofmt
+ - misspell