mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-12 10:33:57 +01:00
33 lines
624 B
JSON
33 lines
624 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "pylint-error",
|
||
|
"severity": "error",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(.+):(\\d+):(\\d+):\\s(([EF]\\d{4}):\\s.+)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"message": 4,
|
||
|
"code": 5
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"owner": "pylint-warning",
|
||
|
"severity": "warning",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(.+):(\\d+):(\\d+):\\s(([CRW]\\d{4}):\\s.+)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"message": 4,
|
||
|
"code": 5
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|