mirror of https://github.com/webpack/webpack.git
bot: Fix Regex order
This commit is contained in:
parent
3ac042a5a8
commit
83df7cb120
|
@ -84,12 +84,12 @@ rules:
|
||||||
id: firstError
|
id: firstError
|
||||||
value: "{{{logResult}}}"
|
value: "{{{logResult}}}"
|
||||||
remove:
|
remove:
|
||||||
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
|
- "\\s2\\)\\s[\\s\\S]*"
|
||||||
string_cleanup:
|
string_cleanup:
|
||||||
id: remainingErrors
|
id: remainingErrors
|
||||||
value: "{{{logResult}}}"
|
value: "{{{logResult}}}"
|
||||||
remove:
|
remove:
|
||||||
- "\\s2\\)\\s[\\s\\S]*"
|
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
|
||||||
actions:
|
actions:
|
||||||
comment:
|
comment:
|
||||||
identifier: "ci-result"
|
identifier: "ci-result"
|
||||||
|
|
Loading…
Reference in New Issue