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