Skip to content

Commit 70b7e67

Browse files
authored
fix(problemmatchers): use correct regex for path (#439)
1 parent 114749f commit 70b7e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/problem-matchers/eslint-stylish.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "eslint-stylish",
55
"pattern": [
66
{
7-
"regexp": "^/app/([^\\s].*)$",
7+
"regexp": "^/opt/app/([^\\s].*)$",
88
"file": 1
99
},
1010
{

0 commit comments

Comments
 (0)