chore(golangci): govet配置错误修复

This commit is contained in:
mh-swift 2024-07-09 17:09:14 +08:00
parent 491e6cef09
commit e501a33163

View File

@ -192,8 +192,6 @@ linters-settings:
# Report about shadowed variables.
# Default: false
# check-shadowing: true
enable:
- shadow
# Settings per analyzer.
settings:
# Analyzer name, run `go tool vet help` to see all analyzers.