Hacker News new | ask | show | jobs
by chipdart 558 days 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.

1 comments

Linters aren’t only for checking style issues.