Linter

1 revision
#11 week ago
+6
Migrated from pages table
+A **linter** is a [static analysis](/wiki/static_analysis) tool used to flag programmatic and stylistic errors, or suspicious constructs, in source [code](/wiki/code). It helps developers maintain consistent quality and identify potential issues early in the development process.
+## See also
+- [Code Review](/wiki/code_review)
+- [Debugging](/wiki/debugging)
+- [Compiler](/wiki/compiler)
... 1 more lines