BOSL2/.github/check_for_tabs.json
2021-06-22 19:44:47 -07:00

15 lines
318 B
JSON

{
"problemMatcher": [
{
"owner": "check_for_tabs",
"pattern": [
{
"regexp": "^([^:]+):(\\d+):(.*)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}