forked from vikunja/vikunja
chore: update golangci lint config
This commit is contained in:
parent
744b40e7f7
commit
d2602a7629
@ -4,7 +4,9 @@ run:
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- megacheck
|
||||
- gosimple
|
||||
- staticcheck
|
||||
- unused
|
||||
- govet
|
||||
- gocritic
|
||||
- gocyclo
|
||||
@ -15,7 +17,6 @@ linters:
|
||||
- revive
|
||||
- misspell
|
||||
disable:
|
||||
- scopelint # Obsolete, using exportloopref instead
|
||||
- durationcheck
|
||||
- goconst
|
||||
- musttag
|
||||
|
Loading…
Reference in New Issue
Block a user