notify.moe/.golangci.yml

52 lines
751 B
YAML
Raw Permalink Normal View History

run:
skip-dirs:
2019-06-07 01:03:16 +00:00
components
linters:
enable-all: true
disable:
2021-11-18 15:08:59 +00:00
- cyclop
2019-06-07 01:03:16 +00:00
- dupl
2021-11-18 15:08:59 +00:00
- durationcheck
- errorlint
- exhaustive
- exhaustivestruct
- forbidigo
- forcetypeassert
- funlen
- gci
2019-06-07 01:03:16 +00:00
- gochecknoglobals
- gochecknoinits
2019-10-21 05:02:09 +00:00
- gocognit
2021-11-18 15:08:59 +00:00
- goconst
- gocritic
- gocyclo
- godot
- goerr113
- gofumpt
- golint
2020-02-10 08:13:49 +00:00
- gomnd
2019-10-21 05:02:09 +00:00
- gosec
2021-11-18 15:08:59 +00:00
- gosimple
- ifshort
- interfacer
- ireturn
- lll
- maligned
- nestif
- nilerr
- noctx
- nolintlint
- nlreturn
- paralleltest
- scopelint
- staticcheck
2019-09-15 23:17:20 +00:00
- stylecheck
2021-11-18 15:08:59 +00:00
- tagliatelle
- testpackage
- thelper
- varnamelen
- wastedassign
- wrapcheck
2019-11-04 08:21:05 +00:00
- wsl