Remove violations plugin use.

Change-Id: If1d4795ae3182f19f4d58e0777880d8bc57feecd
Reviewed-on: https://review.openstack.org/33120
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-06-14 17:37:06 -04:00 committed by Jenkins
parent c8cfa6727d
commit 7fa0f44a97
2 changed files with 0 additions and 22 deletions

View File

@ -219,26 +219,6 @@
- target: '{target}'
source: '{warfile}'
- publisher:
name: pep8
publishers:
- violations:
pep8:
min: 0
max: 1
unstable: 1
pattern: '**/pep8.txt'
- publisher:
name: pylint
publishers:
- violations:
pylint:
min: 0
max: 1
unstable: 1
pattern: '**/pylint.txt'
- publisher:
name: console-log
publishers:

View File

@ -30,7 +30,6 @@
project: '{name}'
publishers:
- pep8
- console-log
node: '{node}'
@ -46,7 +45,6 @@
project: '{name}'
publishers:
- pylint
- console-log
node: '{node}'