Today I'm auditing a codebase for a client


Today I'm auditing a codebase for a client. It has over 100 warnings.

That's a problem.

Why? Because if there are already warnings, I won't notice when a new warnings occur.

The solution is simple:
1. Resolve the warnings
2. Fail the CI build if there's a single warning.

View original on X