Skip to content

Commit

Permalink
Adjust clang-tidy threshold because of Phreeqc.
Browse files Browse the repository at this point in the history
Phreeqc in the ChemistryLib interface generates a lot
of warnings, which can not be fixed as it is a
third party project.
  • Loading branch information
endJunction committed Sep 16, 2019
1 parent 0d65e0b commit 553c22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ pipeline {
recordIssues enabledForFailure: true, filters: [
excludeFile('.*\\.conan.*')],
tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')],
qualityGates: [[threshold: 200, type: 'TOTAL', unstable: true]]
qualityGates: [[threshold: 310, type: 'TOTAL', unstable: true]]
}
}
}
Expand Down

0 comments on commit 553c22f

Please sign in to comment.