Compare commits

...

1 Commits

Author SHA1 Message Date
Emmanuel Cazenave d88bef8e94 use warnings next plugin for pylint reports (#33174) 2019-05-16 19:00:43 +02:00
1 changed files with 1 additions and 4 deletions

View File

@ -44,10 +44,7 @@ def publish_coverage_native(
def publish_pylint(report_pattern) {
warnings canComputeNew: false, canResolveRelativePaths: false, categoriesPattern: '',
defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '',
messagesPattern: '', parserConfigurations: [[parserName: 'PyLint', pattern: report_pattern]],
unHealthy: ''
recordIssues tool: pylint(pattern: 'pylint.out')
}