Files
icecast-ripper/vendor/github.com/go-viper/mapstructure/v2/.golangci.yaml
Dmitrii Andreev f64163d12a Rework with go
2025-04-07 11:15:05 +03:00

24 lines
369 B
YAML

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