diff --git a/.github/python_matcher.json b/.github/python_matcher.json index 6532ac36ef77b639a826348a69c5ab6e4e5a16d8..d66fea82c0f28caa0fe7dae760ca73e4833b180b 100644 --- a/.github/python_matcher.json +++ b/.github/python_matcher.json @@ -5,17 +5,8 @@ "pattern": [ { "regexp": "^(?:---|\\+\\+\\+)\\s*([^\\s]*)\\s*\\((?:original|reformatted)\\)$", - "file": 1 - }, - { - "regexp": "^@@\\s*-(\\d+),(\\d+)\\s*\\+(\\d+),(\\d+)\\s*@@$", - "line": 1, - "column": 2 - }, - { - "regexp": "^((?:\\s|\\+[^+]|\\-[^-]).*)$", - "loop": true, - "message": 1 + "file": 1, + "message": "This file needs formating." } ] },