Commit 684e2b5
committed
🌱 (chore): enable
- 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.asciicheck and bidichk for improved code safety and clarity1 parent 61b7c73 commit 684e2b5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments