aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-css-plugin/src/test/resources/stylelint-report/invalid-file.json
blob: 0dc724caa9108b8dcd287c67911a1fedccca8d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "source": "not-exist.css",
    "warnings": [
      {
        "line": 1,
        "rule": "color-no-invalid-hex",
        "text": "external issue message"
      }
    ]
  },
  {
    "source": "file.css",
    "warnings": [
      {
        "line": 1,
        "rule": "comment-no-empty",
        "text": "external issue message (comment-no-empty)"
      }
    ]
  }
]