mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "python",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^=+ slowest durations =+$"
|
|
},
|
|
{
|
|
"regexp": "^((.*s)\\s(call|setup|teardown)\\s+(.*)::(.*))$",
|
|
"message": 1,
|
|
"file": 2,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|