What is "linting"

Process that analyzes the code to identify possible errors

A linter or lint refers to tools that analyze source code for programming errors, bugs, stylistic errors, and suspicious constructs. The term originates from a Unix utility that examined source code in the C language.