Skip to content
Snippets Groups Projects
Commit ecfddfba authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[J] Set clang-tidy's warnings threshold to 513.

parent 7ea0a4b7
No related branches found
No related tags found
No related merge requests found
......@@ -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]]
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment