Compare commits

...

1 Commits

Author SHA1 Message Date
Emmanuel Cazenave ce269909dd use warnings-ng-plugin instead of warnings (#33174) 2020-11-19 13:49:48 +01: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 enabledForFailure: true, tool: pyLint()
}