summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/.golangci.yml
blob: 78a4259a18de5d813da5f85e673aa1c87b2dfc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
run:
  timeout: 5m
linters:
  enable:
  - gofmt
  - misspell
  - revive
issues:
  exclude-rules:
  - linters:
    - structcheck
    - unused
    text: "`data` is unused"
  - linters:
    - staticcheck
    text: "SA1019:"
  - linters:
    - revive
    text: "var-naming:"
  - linters:
    - revive
    text: "exported:"