diff options
Diffstat (limited to 'src/fluent-bit/lib/cfl/.github/actionlint-matcher.json')
-rw-r--r-- | src/fluent-bit/lib/cfl/.github/actionlint-matcher.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/cfl/.github/actionlint-matcher.json b/src/fluent-bit/lib/cfl/.github/actionlint-matcher.json new file mode 100644 index 000000000..7b1ba251e --- /dev/null +++ b/src/fluent-bit/lib/cfl/.github/actionlint-matcher.json @@ -0,0 +1,17 @@ +{ + "problemMatcher": [ + { + "owner": "actionlint", + "pattern": [ + { + "regexp": "^(?:\\x1b\\[\\d+m)?(.+?)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*: (?:\\x1b\\[\\d+m)*(.+?)(?:\\x1b\\[\\d+m)* \\[(.+?)\\]$", + "file": 1, + "line": 2, + "column": 3, + "message": 4, + "code": 5 + } + ] + } + ] + }
\ No newline at end of file |