From 07323140fd670b9da9e92b28dc8760a5e1036432 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Wed, 14 Mar 2018 10:33:19 +0100 Subject: [PATCH] fix duplicate property names --- open-bot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-bot.yaml b/open-bot.yaml index 08709fa64..8b28a8cbc 100644 --- a/open-bot.yaml +++ b/open-bot.yaml @@ -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: