csit-vpp-pylint: Adjust Violations plugin values 85/1185/1
authorMiroslav Miklus <mmiklus@cisco.com>
Wed, 18 May 2016 13:26:05 +0000 (15:26 +0200)
committerMiroslav Miklus <mmiklus@cisco.com>
Wed, 18 May 2016 13:26:05 +0000 (15:26 +0200)
sunny weather: 0 - 10
stormy weather: 10 - 250
mark as unstable: 250+

Change-Id: Iac89bdcb74f2b8710597180340551386ef5cf3d8
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
jjb/csit/csit-vpp-pylint.yaml

index 8860485..fb9fb27 100644 (file)
@@ -55,7 +55,7 @@
             latest-only: false
         - violations:
             pylint:
-                min: 0
-                max: 999
-                unstable: 0
+                min: 10
+                max: 250
+                unstable: 250
                 pattern: 'pylint.log'