Sign in
chromium
/
external
/
github.com
/
w3c
/
aria-practices
/
refs/heads/upstream/code-guide
/
.
/
.github
/
workflows
/
cspell-problem-matcher.json
blob: c5cc711b1138221d7c53d66f9365eec32409d4f8 [
file
] [
edit
]
{
"problemMatcher"
:
[
{
"owner"
:
"cspell"
,
"pattern"
:
[
{
"regexp"
:
"^(.*):(\\d+):(\\d+)\\s+\\-\\s+(.*)$"
,
"file"
:
1
,
"line"
:
2
,
"column"
:
3
,
"message"
:
4
}
]
}
]
}