summaryrefslogtreecommitdiff
path: root/vendor/github.com/temoto/robotstxt/.golangci.yml
blob: 24e5858fab7d29285cd362de5a88daf355f8bee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
linters:
  enable:
    - goconst
    - gofmt
    - gosec
    - maligned
    - prealloc
    - staticcheck
  disable:
    - deadcode
    - structcheck
    - varcheck

linters-settings:
  gofmt:
    simplify: true
  govet:
    check-shadowing: true
  maligned:
    suggest-new: true