mirror of
https://github.com/navidys/tvxwidgets.git
synced 2025-05-11 19:29:26 +08:00
29 lines
434 B
YAML
29 lines
434 B
YAML
run:
|
|
timeout: 10m
|
|
deadline: 5m
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- varnamelen
|
|
- exhaustruct
|
|
- depguard
|
|
# deprecated
|
|
- gomnd
|
|
- execinquery
|
|
- exportloopref
|
|
- rowserrcheck
|
|
- wastedassign
|
|
linters-settings:
|
|
errcheck:
|
|
check-blank: false
|
|
exclude-functions:
|
|
- fmt:.*
|
|
nolintlint:
|
|
require-specific: true
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- demos
|
|
exclude-files:
|
|
- ".*_test.go"
|