summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/test/json/quality-profiles/inheritance-change-parent.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/test/json/quality-profiles/inheritance-change-parent.json')
-rw-r--r--server/sonar-web/test/json/quality-profiles/inheritance-change-parent.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/server/sonar-web/test/json/quality-profiles/inheritance-change-parent.json b/server/sonar-web/test/json/quality-profiles/inheritance-change-parent.json
deleted file mode 100644
index 34082a5cfe2..00000000000
--- a/server/sonar-web/test/json/quality-profiles/inheritance-change-parent.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "profile": {
- "key": "java-inherited-profile-85155",
- "name": "Inherited Profile",
- "parent": "java-sonar-way-67887",
- "activeRuleCount": 163,
- "overridingRuleCount": 7
- },
- "ancestors": [
- {
- "key": "java-sonar-way-67887",
- "name": "Sonar way",
- "activeRuleCount": 161
- }
- ],
- "children": [
- {
- "key": "java-second-level-inherited-profile-81377",
- "name": "Second Level Inherited Profile",
- "activeRuleCount": 165
- }
- ]
-}