Skip to content

Commit

Permalink
Merge pull request #6 from fuzzard/recordissues_exclude
Browse files Browse the repository at this point in the history
recordIssues exclude tools/depends
  • Loading branch information
wsnipex authored Sep 15, 2024
2 parents 2c1aa8d + 7854af2 commit 5d702b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildKodi.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def call(Map buildParams = [:]) {
script {
addonStatusBadge(env.WORKSPACE + '/cmake/addons/.success', env.WORKSPACE + '/cmake/addons/.failure')
}
recordIssues filters: [includeFile('xbmc/.*')], qualityGates: [[threshold: qualityGateThreshold, type: 'TOTAL', unstable: false]], tools: [clang()]
recordIssues filters: [includeFile('xbmc/.*'), excludeFile('tools/depends/.*')], qualityGates: [[threshold: qualityGateThreshold, type: 'TOTAL', unstable: false]], tools: [clang()]
addEmbeddableBadgeConfiguration(id: '$BUILD_TAG')
}
}
Expand Down

0 comments on commit 5d702b4

Please sign in to comment.