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:
parent
c8cfa6727d
commit
7fa0f44a97
@ -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:
|
||||
|
@ -30,7 +30,6 @@
|
||||
project: '{name}'
|
||||
|
||||
publishers:
|
||||
- pep8
|
||||
- console-log
|
||||
|
||||
node: '{node}'
|
||||
@ -46,7 +45,6 @@
|
||||
project: '{name}'
|
||||
|
||||
publishers:
|
||||
- pylint
|
||||
- console-log
|
||||
|
||||
node: '{node}'
|
||||
|
Loading…
Reference in New Issue
Block a user