Fix missing parentheses in regexp

This commit is contained in:
Jean-Michel Picod
2020-04-29 11:40:14 +02:00
parent 674c4c1b9a
commit 3e19c7512f

View File

@@ -8,7 +8,7 @@
"file": 1
},
{
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\(reformatted\\)$",
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((reformatted)\\)$",
"message": 2
},
{