mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-17 16:56:39 +08:00
chore(golangci): govet配置错误修复
This commit is contained in:
parent
491e6cef09
commit
e501a33163
@ -192,8 +192,6 @@ linters-settings:
|
|||||||
# Report about shadowed variables.
|
# Report about shadowed variables.
|
||||||
# Default: false
|
# Default: false
|
||||||
# check-shadowing: true
|
# check-shadowing: true
|
||||||
enable:
|
|
||||||
- shadow
|
|
||||||
# Settings per analyzer.
|
# Settings per analyzer.
|
||||||
settings:
|
settings:
|
||||||
# Analyzer name, run `go tool vet help` to see all analyzers.
|
# Analyzer name, run `go tool vet help` to see all analyzers.
|
||||||
|
Loading…
Reference in New Issue
Block a user