- 11 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 10 May, 2016 1 commit
-
-
- Add rule based thresholds - Add safecommit to Jenkins
Robert Raposa committed
-
- 31 Aug, 2015 2 commits
-
-
[Also correct some comments.]
Ben Patterson committed -
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
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 23 Jul, 2015 1 commit
-
-
This complexity metric is created by using radon (see changed files for additional documentation links). This tool calculates cyclomatic complexity and provides a numeric grade where a lower number is better (e.g., less complex).
Ben Patterson committed
-
- 22 May, 2015 1 commit
-
-
JShint will be executed with paver run_jshint, which will use a defined set of directories (likewise defined are directories to ignore). A limit can be imposed on the total number of violations. Note that this change does NOT include adding jshint to diff-quality or `paver run_quality`.
Ben Patterson committed
-
- 15 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 14 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 07 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 23 Mar, 2015 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 27 Feb, 2015 1 commit
-
-
stv committed
-
- 07 Jan, 2015 1 commit
-
-
Ben Patterson committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 27 Oct, 2014 1 commit
-
-
Leverages recent changes in diff-cover to reduce number of diff-quality runs
Ben Patterson committed
-
- 24 Oct, 2014 1 commit
-
-
TE-555
Ben Patterson committed
-
- 30 Sep, 2014 1 commit
-
-
This adds the -l switch, wherein a violations limit is passed in. For example: paver run_pep8 -l 700 Will fail if more than 700 violations are found. By default, this limit is not enforced (i.e. if the -l switch is not passed into the command, then a limit will not be put into effect for that run)
Ben Patterson committed
-