summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matrix-org/gomatrix/.golangci.yml
blob: 15eb6ef77d85ef895e89eb11a83ce3cfa5e922f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
run:
  timeout: 5m
  linters:
    enable:
      - vet
      - vetshadow
      - typecheck
      - deadcode
      - gocyclo
      - golint
      - varcheck
      - structcheck
      - maligned
      - ineffassign
      - misspell
      - unparam
      - goimports
      - goconst
      - unconvert
      - errcheck
      - interfacer