]> source.dussan.org Git - sonarqube.git/blob
aa2edd263578827f664bec48aa08c8b67f10c77e
[sonarqube.git] /
1 {
2 "issues" : [
3   { 
4     "engineId": "eslint",
5     "ruleId": "rule1",
6     "severity": "MAJOR",
7     "type": "CODE_SMELL",
8     "primaryLocation": {
9       "message": "fix the issue here",
10       "filePath": "file1.js",
11       "textRange": {
12         "startLine": 1,
13         "endLine": 2
14       }
15     }     
16   },
17   { 
18     "engineId": "eslint",
19     "ruleId": "rule2",
20     "severity": "MAJOR",
21     "type": "BUG",
22     "primaryLocation": {
23       "message": "fix the bug here"
24     }     
25   }
26 ]
27 }
28