Merge "Add perlcritic capability to violations method"

This commit is contained in:
Jenkins 2014-11-22 13:06:38 +00:00 committed by Gerrit Code Review
commit 307343bf10
1 changed files with 3 additions and 1 deletions

View File

@ -1005,7 +1005,8 @@ def violations(parser, xml_parent, data):
Valid systems are:
checkstyle, codenarc, cpd, cpplint, csslint, findbugs, fxcop,
gendarme, jcreport, jslint, pep8, pmd, pylint, simian, stylecop
gendarme, jcreport, jslint, pep8, perlcritic, pmd, pylint,
simian, stylecop
Example::
@ -1039,6 +1040,7 @@ def violations(parser, xml_parent, data):
'jcreport',
'jslint',
'pep8',
'perlcritic',
'pmd',
'pylint',
'simian',