18 lines
248 B
YAML
18 lines
248 B
YAML
run:
|
|
tests: false
|
|
|
|
linters:
|
|
disable-all: false
|
|
enable-all: true
|
|
disable:
|
|
- gochecknoglobals
|
|
- gochecknoinits
|
|
- godox
|
|
- goerr113
|
|
- gomnd
|
|
- lll
|
|
- nakedret
|
|
- testpackage
|
|
- wsl
|
|
- nlreturn
|
|
- whitespace |