Skip to content
Snippets Groups Projects
Commit 816d2020 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix invalid regexp

parent 507f4a9f
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
"owner": "pylint",
"pattern": [
{
"regexp": "^PYLINT:\\(.*)/.*$",
"regexp": "^PYLINT:(.*)/.*$",
"fromPath": 1
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment