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
- Correct typos in the README validation script and update
validation logic.
- Update Go version from 1.25.0 to 1.24 in the CI workflow.
- Change stable to "stable" in golangci-lint YAML for consistency.
- Adjust validation for GFM alerts and module/source URLs.
- Remove redundant comments and streamline regex checks.
errs=append(errs, xerrors.Errorf("%q: name contains invalid characters (only alphanumeric characters and hyphens are allowed)", path.Join(dirPath, f.Name())))
allErrs=append(allErrs, xerrors.Errorf("%q: namespace name contains invalid characters (only alphanumeric characters and hyphens are allowed)", namespacePath))
0 commit comments