indico-plugins/.github/matchers/headers-problem-matcher.json
Pedro Lourenço af0054357c
Use GitHub actions for CI (#100)
Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
2021-01-26 19:12:39 +01:00

15 lines
223 B
JSON

{
"problemMatcher": [
{
"owner": "headers",
"pattern": [
{
"regexp": "^((?:Missing|Incorrect) header) in (.+)$",
"message": 1,
"file": 2
}
]
}
]
}