Exclude Robotframework linter trigger 60/103460/2
authormrichomme <morgan.richomme@orange.com>
Tue, 10 Mar 2020 16:49:54 +0000 (17:49 +0100)
committermrichomme <morgan.richomme@orange.com>
Wed, 11 Mar 2020 13:34:03 +0000 (14:34 +0100)
There are too many errors according to the linter for the moment
the lint will systematically vote -1

Issue-ID: INT-1478

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ieaecaf793f0b185289705415f492f21546686e8e
Signed-off-by: mrichomme <morgan.richomme@orange.com>
jjb/testsuite/testsuite.yaml

index 4a8d9c9..f93a1fa 100644 (file)
       - 'yaml':
           tox-dir: '.'
           tox-envs: 'yaml'
-          pattern: '**/*.yaml|**/*.yml'
+          pattern: '**/*.yaml'
+      - 'yml':
+          tox-dir: '.'
+          tox-envs: 'yaml'
+          pattern: '**/*.yml'
       - 'json':
           tox-dir: '.'
           tox-envs: 'json'
           pattern: '**/*.json'
-      - 'robot':
-          tox-dir: '.'
-          tox-envs: 'robot'
-          pattern: '**/*.robot'
+#      - 'robot':
+#          tox-dir: '.'
+#          tox-envs: 'robot'
+#          pattern: '**/*.robot'
     stream:
       - 'master':
           branch: 'master'