tvxwidgets/.golangci.yml

32 lines
499 B
YAML
Raw Normal View History

run:
deadline: 5m
skip-dirs:
- demos
skip-files:
- ".*_test.go"
linters:
enable-all: true
disable:
- varnamelen
- exhaustruct
- depguard
# deprecated
- rowserrcheck
- wastedassign
- structcheck
- deadcode
- varcheck
- nosnakecase
- ifshort
- golint
- maligned
- interfacer
- scopelint
- exhaustivestruct
linters-settings:
errcheck:
check-blank: false
ignore: fmt:.*
nolintlint:
require-specific: true