mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-12 10:23:56 +01:00
31 lines
577 B
JSON
31 lines
577 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "flake8-error",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*):(\\d+):(\\d+):\\s([EF]\\d{3}\\s.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"owner": "flake8-warning",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*):(\\d+):(\\d+):\\s([CDNW]\\d{3}\\s.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|