12
.github/python_matcher.json
vendored
12
.github/python_matcher.json
vendored
@@ -4,18 +4,16 @@
|
||||
"owner": "yapf-diff",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^[+-]{3}\\s*([^\\s]*)\\s*\\((original|reformatted)\\)$",
|
||||
"regexp": "^---\\s*([^\\s]*)\\s*\\(original\\)$",
|
||||
"file": 1
|
||||
},
|
||||
{
|
||||
"regexp": "^@@\\s*-(\\d+),(\\d+)\\s*\\+(\\d+),(\\d+)\\s*@@$",
|
||||
"line": 1,
|
||||
"column": 2
|
||||
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((.*)\\)$",
|
||||
"message": 2
|
||||
},
|
||||
{
|
||||
"regexp": "^(\\s|\\+[^+]|\\-[^-]).*$",
|
||||
"loop": true,
|
||||
"message": 1
|
||||
"regexp": "^@@\\s*-(\\d+),(\\d+)\\s*\\+(\\d+),(\\d+)\\s*@@$",
|
||||
"line": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user