]> source.dussan.org Git - sonarqube.git/blob
e86cd2b60fd7cc15f435b3f33884f8ae0f827ee5
[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   }
23 ]
24 }
25