tvxwidgets/.golangci.yml
Navid Yaghoobi 9b3d4e4773 fixing golangci-lint issues
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
2022-07-03 09:45:26 +10:00

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