aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
blob: 61937fb2d4078405a4de41f0976822fa974f3d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
run:
  timeout: 5m
  tests: true

linters:
  enable:
    - govet
    - staticcheck
    - gofmt
    - goimports
    - misspell
    - gocyclo
    - unparam
    - unused

linters-settings:
  gocyclo:
    min-complexity: 15
  goimports:
    local-prefixes: adammathes.com/neko