mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
fix golangci lint config (#4698)
This commit is contained in:
parent
1e8db66743
commit
9757a351c6
3 changed files with 4 additions and 3 deletions
|
|
@ -48,7 +48,8 @@ linters-settings:
|
|||
check-blank: false
|
||||
govet:
|
||||
# report about shadowed variables
|
||||
check-shadowing: false
|
||||
disable:
|
||||
- shadow
|
||||
maligned:
|
||||
# print struct with more effective memory layout or not, false by default
|
||||
suggest-new: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue