# HG changeset patch # User Oleksandr Gavenko # Date 1323868133 -7200 # Node ID e7f9a20dc37689436702ba00451baa0a34f5cf60 # Parent c9f019a072acf0e112660eb1b61a490299074981 JSLint. diff -r c9f019a072ac -r e7f9a20dc376 code-analysis.rst --- a/code-analysis.rst Wed Dec 14 15:06:58 2011 +0200 +++ b/code-analysis.rst Wed Dec 14 15:08:53 2011 +0200 @@ -57,6 +57,18 @@ http://en.wikipedia.org/wiki/FindBugs Wikipedia page. +JSLint. +======= + +JSLint is a static code analysis tool used in software development for checking +if JavaScript source code complies with coding rules. + +It is provided primarily as an online tool, but there are also command-line +adaptations. + + http://en.wikipedia.org/wiki/JSLint + Wikipedia page. + Squale. =======