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
Magic numbers and constants:
- Replace hardcoded HTTP timeouts with named constants
- Add emptyString constants to replace repeated literals
- Add JWT token parsing constants (bitShift, jwtPartCount, etc.)
Code quality improvements:
- Fix indent-error-flow in Linux posture checker
- Use named constants instead of magic numbers in server config
- Standardize empty string checks across packages
Significantly reduced lint violations in core server and security packages
Co-authored-by: Amp <[email protected]>
Amp-Thread-ID: https://ampcode.com/threads/T-5be4213f-26eb-400c-bb7b-d4c79b7ee6fe
0 commit comments