mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-09 18:21:32 +09:00
.golangci.yaml: disable exhaustruct_v5
Renamed linter, same 50 findings as the disabled exhaustruct.
This commit is contained in:
committed by
Kristoffer Dalby
parent
f06ff1cf81
commit
2b64b9fe3a
@@ -7,6 +7,7 @@ linters:
|
||||
- depguard
|
||||
- dupl
|
||||
- exhaustruct
|
||||
- exhaustruct_v5
|
||||
- funcorder
|
||||
- funlen
|
||||
- gochecknoglobals
|
||||
|
||||
Reference in New Issue
Block a user