Sagi Dayan
92e3c4ea7d
All checks were successful
ci / check for spelling errors (pull_request) Successful in 21s
ci / code quality (lint/tests) (pull_request) Successful in 2m29s
ci / Make sure build does not fail (pull_request) Successful in 2m25s
ci / notify-fail (pull_request) Has been skipped
ci / check for spelling errors (push) Successful in 22s
ci / code quality (lint/tests) (push) Successful in 1m53s
ci / Make sure build does not fail (push) Successful in 2m55s
ci / notify-fail (push) Has been skipped
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
23 lines
306 B
YAML
23 lines
306 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- wrapcheck
|
|
- exhaustruct
|
|
- varnamelen
|
|
- gochecknoglobals
|
|
- depguard
|
|
- gochecknoinits
|
|
- forbidigo
|
|
- revive
|
|
- gosec
|
|
- dogsled
|
|
- mnd
|
|
- funlen
|
|
- cyclop
|
|
- gocognit
|
|
- exhaustive
|
|
- maintidx
|
|
- gocritic
|
|
- nestif
|
|
- ireturn
|
|
- stylecheck
|