mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 14:15:18 +00:00
chore: update golangci lint config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user