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 code formatting and linting issues in PvCSI validation
Address CI/CD pipeline failures by fixing:
- Remove trailing whitespace from lines 257, 261, 270, 310, 449, 461
- Break long lines exceeding 120 character limit:
* Split long GitHub URL reference across multiple lines
* Break long log message with colon injection warning
- Maintain code functionality while ensuring compliance with:
* gofmt formatting standards
* golangci-lint lll (line length) rules
These changes resolve make fmt and golangci-lint failures in the
fix_pvcsi_service_account_regex_vulnerability branch without
affecting the PvCSI service account validation logic.
Signed-off-by: ab002488 <anuj.bansal@broadcom.com>
0 commit comments