mirror of
https://github.com/FeitianTech/OpenSK.git
synced 2026-08-28 10:41:01 -07:00
Fix missing parentheses in regexp
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"file": 1
|
||||
},
|
||||
{
|
||||
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\(reformatted\\)$",
|
||||
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((reformatted)\\)$",
|
||||
"message": 2
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user