summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-viper/mapstructure/v2/.golangci.yaml
blob: 763143aa77a17f07f78c1a3afac4a4ac5b2e7232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
run:
  timeout: 5m

linters-settings:
  gci:
    sections:
      - standard
      - default
      - prefix(github.com/go-viper/mapstructure)
  golint:
    min-confidence: 0
  goimports:
    local-prefixes: github.com/go-viper/maptstructure

linters:
  disable-all: true
  enable:
    - gci
    - gofmt
    - gofumpt
    - goimports
    - staticcheck
    # - stylecheck