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