Linting is automated analysis that checks source code for style issues, suspicious patterns, potential defects, or rule violations.
Teams use linters in editors, commits, and CI pipelines to catch issues before review or deployment.
Related concepts include Syntax and Variable.