mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 09:53:12 +00:00
27 lines
392 B
YAML
27 lines
392 B
YAML
run:
|
|
go: "1.23"
|
|
concurrency: 8
|
|
timeout: 10m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- asasalint
|
|
- asciicheck
|
|
- gofmt
|
|
- goimports
|
|
- gomodguard
|
|
- goprintffuncname
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- prealloc
|
|
- prealloc
|
|
- reassign
|
|
- staticcheck
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- whitespace |