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 'config', 'resource', and 'err' in kustomize/v2 scaffolds
Renamed variables and function parameters in pkg/plugins/common/kustomize/v2 scaffolds to avoid
shadowing imported packages and previously declared variables. Specifically, 'config' → 'cfg',
'resource' → 'res', and inner 'err' → 'errCheck'. This improves code readability and avoids
confusion or bugs caused by variable shadowing.
0 commit comments