1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Fix too-broad matcher for custom CI script (#2829)

This commit is contained in:
Oxan van Leeuwen
2021-11-30 09:35:52 +01:00
committed by GitHub
parent 556d071e7f
commit ab027a6ae2
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"owner": "ci-custom",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+(.*)$",
"regexp": "^(.*):(\\d+):(\\d+):\\s+lint:\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,