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