- 🔥 Unpopular opinion: Linting should only produce warnings, never errors. Not using a space before an opening paren is fundamentally different than stuff BEING F*ING BROKEN you savages 🥲Apr 26, 2025 23:54
- All out lint issues are configured as warnings, but we have max-warnings=0 in our CI pipeline. Why not just use errors in the first place then? Because this setup allows freedom when developing, but still requires clean up before merging to main.