use warnings next plugin for pylint reports (#33174)

This commit is contained in:
Emmanuel Cazenave 2019-05-16 19:00:43 +02:00
parent 9c73d72476
commit d88bef8e94
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')
}