Skip to content
Usman Zubair
Go back

Code Linting

Linting is the process of checking the source code for any Programmatic as well as Stylistic errors. This is helpful in identifying common mistakes that are made during coding.

A Lint or Linter is a program that supports linting. Some of the useful linters that I have used are:

Java

EsLint

It is easily extensible, comes with a large number of custom rules. Easy to debug since the output includes the rule name causing the error by default Note: Others are JSHint and JSLint

Python



Previous Post
Caffeine – Don't fall asleep