![Antoine Musso](/assets/img/avatar_default.png)
Should be straightforward, the publisher checkstyle simply lacked tests. Also make use of literal include for the examples. Change-Id: I000cdee47bb0938af9f327bcaba06b87f8287739
21 lines
471 B
YAML
21 lines
471 B
YAML
publishers:
|
|
- checkstyle:
|
|
pattern: '**/checkstyle-result.xml'
|
|
canRunOnFailed: true
|
|
shouldDetectModules: true
|
|
healthy: 0
|
|
unHealthy: 100
|
|
healthThreshold: 'high'
|
|
thresholds:
|
|
unstable:
|
|
totalAll: 90
|
|
totalHigh: 80
|
|
totalNormal: 70
|
|
totalLow: 60
|
|
failed:
|
|
totalAll: 90
|
|
totalHigh: 80
|
|
totalNormal: 70
|
|
totalLow: 60
|
|
defaultEncoding: 'utf-8'
|