mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-18 18:39:43 +00:00
30 lines
489 B
YAML
30 lines
489 B
YAML
version: "2"
|
|
|
|
run:
|
|
go: "1.24"
|
|
concurrency: 8
|
|
timeout: 10m
|
|
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- asasalint
|
|
- asciicheck
|
|
- errcheck
|
|
- gofmt
|
|
- goimports
|
|
- gomodguard
|
|
- goprintffuncname
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- prealloc
|
|
- reassign
|
|
- staticcheck
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- whitespace
|