8 ms·
> The whole point of CI is to automatically verify the code. Against errors and regressions. Meaning, stuff that breaks your code and affects the service you p
by chipdart 2y ago
> The whole point of CI is to automatically verify the code.
Against errors and regressions. Meaning, stuff that breaks your code and affects the service you provide to users.
Style issues ain't that. Come on.
- philwelch 2y agoLinters aren’t only for checking style issues.