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
🌱 (chore): enable asciicheck and bidichk for improved code safety and clarity
- Added `asciicheck` to detect non-ASCII characters in identifiers and strings.
Helps prevent hidden bugs and improves readability across systems.
- Added `bidichk` to catch Unicode bidirectional control characters.
Protects against visual code obfuscation and potential security vulnerabilities.
These linters help enforce safer and more maintainable Go code, especially in kubebuilders collaborative environment with many contributors.
0 commit comments