diff options
Diffstat (limited to 'vendor/github.com/matrix-org/gomatrix/.golangci.yml')
-rw-r--r-- | vendor/github.com/matrix-org/gomatrix/.golangci.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/matrix-org/gomatrix/.golangci.yml b/vendor/github.com/matrix-org/gomatrix/.golangci.yml new file mode 100644 index 00000000..15eb6ef7 --- /dev/null +++ b/vendor/github.com/matrix-org/gomatrix/.golangci.yml @@ -0,0 +1,21 @@ +run: + timeout: 5m + linters: + enable: + - vet + - vetshadow + - typecheck + - deadcode + - gocyclo + - golint + - varcheck + - structcheck + - maligned + - ineffassign + - misspell + - unparam + - goimports + - goconst + - unconvert + - errcheck + - interfacer |