BOSL2/.github/check_for_tabs.json

16 lines
318 B
JSON
Raw Normal View History

2021-06-23 02:44:47 +00:00
{
"problemMatcher": [
{
"owner": "check_for_tabs",
"pattern": [
{
"regexp": "^([^:]+):(\\d+):(.*)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}