lint
lint — An automatic check for style problems, obvious mistakes, and risky-looking patterns in your code.
Linting catches messy or broken code early — unused variables, missing commas, inconsistent formatting. It's the spell-check of coding: boring, fast, and worth running.
"Run the linter." "The lint step failed."