mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
bf5f846fc6
Co-authored-by: Otto winter <otto@otto-winter.com>
33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "run",
|
|
"type": "shell",
|
|
"command": "python3 -m esphome dashboard config/",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "clang-tidy",
|
|
"type": "shell",
|
|
"command": "./script/clang-tidy",
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "clang-tidy",
|
|
"fileLocation": "absolute",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*):(\\d+):(\\d+):\\s+(error):\\s+(.*) \\[([a-z0-9,\\-]+)\\]\\s*$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|