aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/coding-rules-page-should-delete-manual-rules/show.json
blob: 38190c28abb766e7677d81527c439bd3ed59a547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "rule": {
    "key": "manual:Manual_Rule",
    "repo": "manual",
    "name": "Manual Rule",
    "createdAt": "2015-01-05T10:02:11+0100",
    "status": "READY",
    "isTemplate": false,
    "tags": [],
    "sysTags": [],
    "htmlDesc": "Manual Rule Description",
    "mdDesc": "Manual Rule Description",
    "debtOverloaded": false,
    "params": []
  },
  "actives": []
}