fix duplicate property names

This commit is contained in:
Tobias Koppers 2018-03-14 10:33:19 +01:00 committed by GitHub
parent 03e2673e02
commit 07323140fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,12 +80,12 @@ rules:
- "^[\\s\\S]+?\\d+\\s+pending\n+"
- "npm ERR!.*\n"
- "\n*=============================================================================\n[\\s\\S]*"
string_cleanup:
string_cleanup_1:
id: firstError
value: "{{{logResult}}}"
remove:
- "\\s2\\)\\s[\\s\\S]*"
string_cleanup:
string_cleanup_2:
id: remainingErrors
value: "{{{logResult}}}"
remove: