Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 14, 2021
1 parent 05a4059 commit cf66990
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/problem-matcher-gcc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"problemMatcher": [
{
"owner": "shellcheck-gcc",
"severity": "notice",
"pattern": [
{
"regexp": "^\\.?\\/?(.+):(\\d+):(\\d+):\\s(warning|error):\\s(.*)\\s\\[(SC\\d+)\\]$",
Expand All @@ -14,6 +13,20 @@
"code": 6
}
]
},
{
"owner": "shellcheck-gcc-notice",
"severity": "notice",
"pattern": [
{
"regexp": "^\\.?\\/?(.+):(\\d+):(\\d+):\\s(note):\\s(.*)\\s\\[(SC\\d+)\\]$",
"file": 1,
"line": 2,
"column": 3,
"message": 5,
"code": 6
}
]
}
]
}

0 comments on commit cf66990

Please sign in to comment.