From 051a78ab980e29c8a9ce15fa35a053ae93d99bd4 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod <jmichel@google.com> Date: Thu, 27 Feb 2020 19:09:57 +0100 Subject: [PATCH] Fix yapf matcher --- .github/python_matcher.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/python_matcher.json b/.github/python_matcher.json index 1606b09..ac38ab7 100644 --- a/.github/python_matcher.json +++ b/.github/python_matcher.json @@ -35,11 +35,6 @@ "code": 1, "line": 2, "message": 3 - }, - { - "regexp": "^([^CEFIRW*]*)$", - "message": 1, - "loop": true } ] } -- GitLab