Fix invalid regexp

This commit is contained in:
Jean-Michel Picod
2020-02-27 18:51:03 +01:00
parent 507f4a9f89
commit 816d2020be

View File

@@ -23,7 +23,7 @@
"owner": "pylint",
"pattern": [
{
"regexp": "^PYLINT:\\(.*)/.*$",
"regexp": "^PYLINT:(.*)/.*$",
"fromPath": 1
},
{