import-shadowing
Default severity: warning
Detect declarations shadowing imports. Default: enabled.
json := loadConfig() // shadows the json importencoded := json.Marshal(value)Default severity: warning
Detect declarations shadowing imports. Default: enabled.
json := loadConfig() // shadows the json importencoded := json.Marshal(value)