bot: Fix Regex order

This commit is contained in:
Fernando Montoya 2018-03-13 10:57:10 +01:00
parent 3ac042a5a8
commit 83df7cb120
No known key found for this signature in database
GPG Key ID: 2C970F77EA4B03D0
1 changed files with 2 additions and 2 deletions

View File

@ -84,12 +84,12 @@ rules:
id: firstError
value: "{{{logResult}}}"
remove:
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
- "\\s2\\)\\s[\\s\\S]*"
string_cleanup:
id: remainingErrors
value: "{{{logResult}}}"
remove:
- "\\s2\\)\\s[\\s\\S]*"
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
actions:
comment:
identifier: "ci-result"