mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
30 lines
412 B
YAML
30 lines
412 B
YAML
run:
|
|
skip-dirs:
|
|
- pkg/curlator
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- wsl
|
|
- wrapcheck
|
|
- varnamelen
|
|
- gci
|
|
- exhaustivestruct
|
|
- exhaustruct
|
|
- gomnd
|
|
- gofmt
|
|
|
|
# to be fixed:
|
|
- ireturn
|
|
- gosec
|
|
- noctx
|
|
- interfacer
|
|
|
|
# deprecated:
|
|
- scopelint
|
|
- deadcode
|
|
- varcheck
|
|
- maligned
|
|
- ifshort
|
|
- nosnakecase
|
|
- structcheck
|
|
- golint
|