[Collection] HTML/CSS/JavaScript/SQL: Static analysis tools
Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis).[1] In most cases the analysis is performed on some version of the source code, and in the other cases, some form of the object code.
The term is usually applied to the analysis performed by an automated tool, with human analysis being called program understanding, program comprehension, or code review. Software inspections and software walkthroughs are also used in the latter case. __Wiki
HTML
HTMLHint A Static Code Analysis Tool for HTML.
HTML Inspector HTML Inspector is a code quality tool to help you and your team write better markup. It’s written in JavaScript and runs in the browser, so testing your HTML has never been easier.
CSS
CSS Stats Webapp to visualize various stats about your css.
Parker Stylesheet analysis tool.
Specificity Graph Generate interactive Specificity Graphs for your CSS.
Stylelint A mighty, modern CSS linter and fixer that helps you avoid errors and enforce consistent conventions in your stylesheets.
JavaScript
aether Lint, analyze, normalize, transform, sandbox, run, step through, and visualize user JavaScript, in node or the browser.
ClosureLinter Automatically exported from code.google.com/p/closure-linter.
complexity-report Software complexity analysis for JavaScript projects
escomplex Software complexity analysis of JavaScript-family abstract syntax trees.
eslint A fully pluggable tool for identifying and reporting on patterns in JavaScript.
Esprima ECMAScript parsing infrastructure for multipurpose analysis.
quality zero configuration code and module linting
jshint JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.
JSLint The JavaScript Code Quality Tool
plato JavaScript source code visualization, static analysis, and complexity tool.
yardstick Javascript code metrics.
XO JavaScript happiness style linter.
SQL
sqlint Simple SQL linter