~cytrogen/masto-fe

ref: c4a8c332b20dc1a3af8e53eb86bdf5e3c1a24bba masto-fe/.github/stylelint-matcher.json -rw-r--r-- 383 bytes
c4a8c332 — Renaud Chaput Remove `pkg-config` gem dependency (#25615) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "problemMatcher": [
    {
      "owner": "stylelint",
      "pattern": [
        {
          "regexp": "^([^\\s].*)$",
          "file": 1
        },
        {
          "regexp": "^\\s+((\\d+):(\\d+))?\\s+(✖|×)\\s+(.*)\\s{2,}(.*)$",
          "line": 2,
          "column": 3,
          "message": 5,
          "code": 6,
          "loop": true
        }
      ]
    }
  ]
}