summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/ctraces/.github/actionlint-matcher.json
blob: 7b1ba251e618cbf180d8ae0a12ce0cb243238989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
          }
        ]
      }
    ]
  }