File: .golangci.yaml

package info (click to toggle)
golang-github-go-viper-mapstructure 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
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