You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid shadowing of 'pluginConfig' in config v3 implementation and tests
Renamed local variables in pkg/config/v3/config.go and config_test.go to avoid shadowing the
'pluginConfig' package identifier and improve clarity. Updated 'pluginConfig' → 'pluginCfg'
consistently across both implementation and unit tests. This helps prevent confusion and
potential misuses, especially when debugging or working with similarly named types or packages.
0 commit comments