diff --git a/.github/problem-matcher-gcc.json b/.github/problem-matcher-gcc.json index cf58ce4..47672e0 100644 --- a/.github/problem-matcher-gcc.json +++ b/.github/problem-matcher-gcc.json @@ -4,7 +4,7 @@ "owner": "shellcheck-gcc", "pattern": [ { - "regexp": "^(.+):(\\d+):(\\d+):\\s(note|warning|error):\\s(.*)\\s\\[(SC\\d+)\\]$", + "regexp": "^\\.\\/(.+):(\\d+):(\\d+):\\s(note|warning|error):\\s(.*)\\s\\[(SC\\d+)\\]$", "file": 1, "line": 2, "column": 3, diff --git a/.github/problem-matcher-tty.json b/.github/problem-matcher-tty.json index 2df145f..3bdca4d 100644 --- a/.github/problem-matcher-tty.json +++ b/.github/problem-matcher-tty.json @@ -4,7 +4,7 @@ "owner": "shellcheck-tty", "pattern": [ { - "regexp": "^In\\s(.+)\\sline\\s(\\d+):$", + "regexp": "^In\\s\\.\\/(.+)\\sline\\s(\\d+):$", "file": 1, "line": 2 },