diff options
Diffstat (limited to 'server/sonar-web/src/test/json/coding-rules-spec/search-delete-custom-rule-custom-rules.json')
-rw-r--r-- | server/sonar-web/src/test/json/coding-rules-spec/search-delete-custom-rule-custom-rules.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/server/sonar-web/src/test/json/coding-rules-spec/search-delete-custom-rule-custom-rules.json b/server/sonar-web/src/test/json/coding-rules-spec/search-delete-custom-rule-custom-rules.json deleted file mode 100644 index 0e4184e48a9..00000000000 --- a/server/sonar-web/src/test/json/coding-rules-spec/search-delete-custom-rule-custom-rules.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "total": 2, - "p": 1, - "ps": 10, - "rules": [ - { - "key": "squid:Do_not_use_org_h2_util_StringUtils", - "name": "Do not use org.h2.util.StringUtils", - "severity": "MAJOR", - "params": [ - { - "key": "fromClasses", - "htmlDesc": "Optional. If this property is not defined, all classes should adhere to this constraint. Ex : *<em>.web.</em>*", - "type": "STRING", - "defaultValue": "" - }, - { - "key": "toClasses", - "htmlDesc": "Mandatory. Ex : java.util.Vector, java.util.Hashtable, java.util.Enumeration", - "type": "STRING", - "defaultValue": "org.h2.util.StringUtils" - } - ] - }, - { - "key": "squid:Do_not_use_edu_emory_mathcs_backport_java_util_Collections", - "name": "Do not use edu.emory.mathcs.backport.java.util.Collections", - "severity": "MAJOR", - "params": [ - { - "key": "fromClasses", - "htmlDesc": "Optional. If this property is not defined, all classes should adhere to this constraint. Ex : *<em>.web.</em>*", - "type": "STRING", - "defaultValue": "" - }, - { - "key": "toClasses", - "htmlDesc": "Mandatory. Ex : java.util.Vector, java.util.Hashtable, java.util.Enumeration", - "type": "STRING", - "defaultValue": "edu.emory.mathcs.backport.java.util.Collections" - } - ] - } - ] -} |