quality.py
18.2 KB
-
Add jshint diff-quality. · 0683e5ff
The platform includes jshint as a development tool, and our builds are enforcing a limit on total number of jshint violations. This commit will enforce no new jshint violations on a per-change basis, much like pylint and pep8 are enforced. So with this change, we'll be enforcing our linting requirements consistently, regardless of type of violations. Also on Jenkins, runs quality task after installing jshint.
Ben Patterson committed