mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 01:43:13 +00:00
💄 Format '.golangci.yml' file
This commit is contained in:
parent
58ea31683b
commit
8f811e1bec
@ -1,27 +1,27 @@
|
|||||||
run:
|
run:
|
||||||
go: "1.24"
|
go: "1.24"
|
||||||
concurrency: 8
|
concurrency: 8
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
enable:
|
enable:
|
||||||
- asasalint
|
- asasalint
|
||||||
- asciicheck
|
- asciicheck
|
||||||
- gofmt
|
- errcheck
|
||||||
- goimports
|
- gofmt
|
||||||
- gomodguard
|
- goimports
|
||||||
- goprintffuncname
|
- gomodguard
|
||||||
- govet
|
- goprintffuncname
|
||||||
- ineffassign
|
- govet
|
||||||
- misspell
|
- ineffassign
|
||||||
- nakedret
|
- misspell
|
||||||
- nolintlint
|
- nakedret
|
||||||
- prealloc
|
- nolintlint
|
||||||
- prealloc
|
- prealloc
|
||||||
- reassign
|
- reassign
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- typecheck
|
- typecheck
|
||||||
- unconvert
|
- unconvert
|
||||||
- unused
|
- unused
|
||||||
- whitespace
|
- whitespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user