From ecfddfba5c2ed7cc384c5a8137627128c843c430 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Tue, 26 Feb 2019 23:25:18 +0100 Subject: [PATCH] [J] Set clang-tidy's warnings threshold to 513. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e8cf8e8c859..44bbf10b8c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -457,7 +457,7 @@ pipeline { recordIssues enabledForFailure: true, filters: [ excludeFile('.*\\.conan.*')], tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')], - qualityGates: [[threshold: 59, type: 'TOTAL', unstable: true]] + qualityGates: [[threshold: 513, type: 'TOTAL', unstable: true]] } } } -- GitLab