Skip to main content
Fix language.
Source Link
Yun
  • 3.3k
  • 6
  • 10
  • 28

lintA linter is a tool that is used to mark the source code with someoccurrences of suspicious and non-structural code (may cause bugi.e. potential bugs) in source code. It iswas a static code analysis tool in C at the beginning.Now, later it became the generic term used to describe the software analysis tool that mark the suspicious code.

lint is a tool that is used to mark the source code with some suspicious and non-structural (may cause bug). It is a static code analysis tool in C at the beginning.Now it became the generic term used to describe the software analysis tool that mark the suspicious code.

A linter is a tool that is used to mark occurrences of suspicious and non-structural code (i.e. potential bugs) in source code. It was a static code analysis tool in C at the beginning, later it became the generic term used to describe the software analysis tool that mark the suspicious code.

Source Link
Marcus Thornton
  • 6.2k
  • 7
  • 50
  • 52

lint is a tool that is used to mark the source code with some suspicious and non-structural (may cause bug). It is a static code analysis tool in C at the beginning.Now it became the generic term used to describe the software analysis tool that mark the suspicious code.