We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087de87 commit 9561cf3Copy full SHA for 9561cf3
codespell-matcher.json
@@ -1,7 +1,7 @@
1
{
2
"problemMatcher": [
3
4
- "owner": "codespell-matcher-error",
+ "owner": "codespell-matcher-default",
5
"pattern": [
6
7
"regexp": "^(.+):(\\d+):\\s+(.+)$",
@@ -12,10 +12,10 @@
12
]
13
},
14
15
- "owner": "codespell-matcher-warning",
+ "owner": "codespell-matcher-specified",
16
17
18
- "regexp": "^(WARNING):\\s+(.+):\\s+(.+)\\s+$",
+ "regexp": "^(ERROR|WARNING):\\s+(.+):\\s+(.+)\\s*$",
19
"file": 3,
20
"severity": 1,
21
"message": 2
0 commit comments