mirror of https://github.com/chubin/wttr.in
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
412 B
31 lines
412 B
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
|