summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/gitea-vet/.golangci.yml
blob: 704d99a1d383374fc37858d6d4bb6d67ec2131b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
linters:
  enable:
    - deadcode
    - dogsled
    - dupl
    - errcheck
    - gocognit
    - goconst
    - gocritic
    - gocyclo
    - gofmt
    - golint
    - gosimple
    - govet
    - maligned
    - misspell
    - prealloc
    - staticcheck
    - structcheck
    - typecheck
    - unparam
    - unused
    - varcheck