mirror of
https://github.com/crazy-max/diun.git
synced 2024-12-22 19:38:28 +00:00
31 lines
410 B
YAML
31 lines
410 B
YAML
run:
|
|
timeout: 10m
|
|
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- depguard
|
|
- errname
|
|
- forbidigo
|
|
- gocritic
|
|
- gofmt
|
|
- goimports
|
|
- gosec
|
|
- gosimple
|
|
- govet
|
|
- importas
|
|
- ineffassign
|
|
- makezero
|
|
- misspell
|
|
- noctx
|
|
- nolintlint
|
|
- revive
|
|
- staticcheck
|
|
- typecheck
|
|
- unused
|
|
- whitespace
|
|
disable-all: true
|
|
|
|
issues:
|
|
exclude-use-default: false
|