]> source.dussan.org Git - sonarqube.git/blob
b69d9fb4bc65af767c75749405f583297ebf44bd
[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     "type": "BUG",
21     "primaryLocation": {
22       "message": "fix the bug here",
23       "filePath": "file2.js",
24       "textRange": {
25         "startLine": 3,
26         "endLine": 4
27       }
28     }     
29   }
30 ]
31 }
32