mirror of
https://github.com/navidys/tvxwidgets.git
synced 2025-05-11 19:29:26 +08:00
22 lines
333 B
YAML
22 lines
333 B
YAML
run:
|
|
deadline: 5m
|
|
skip-dirs:
|
|
- demos
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- exhaustruct
|
|
- varnamelen
|
|
# deprecated
|
|
- golint
|
|
- maligned
|
|
- interfacer
|
|
- scopelint
|
|
- exhaustivestruct
|
|
linters-settings:
|
|
errcheck:
|
|
check-blank: false
|
|
ignore: fmt:.*
|
|
nolintlint:
|
|
require-specific: true
|