aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/colorRules.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/colorRules.json')
-rw-r--r--exampleData/ruleSets/colorRules.json20
1 files changed, 5 insertions, 15 deletions
diff --git a/exampleData/ruleSets/colorRules.json b/exampleData/ruleSets/colorRules.json
index 54fb549..bcfce72 100644
--- a/exampleData/ruleSets/colorRules.json
+++ b/exampleData/ruleSets/colorRules.json
@@ -6,20 +6,10 @@
{ "name": "Color Guidelines"
, "description": "Foreground/background color guidelines"
-, "rules": [
- //----------------------------------------------------------------
- { "name": "Foreground check"
- , "description": ["Foreground colors should be in the set: \n",
- "#00 #FF #3D #F7 #C2 #B4 #4E #FFCB05 #7B8738"]
- , "file": "foregroundCheck.js"
- },
- //----------------------------------------------------------------
- { "name": "Background check"
- , "description": ["Backgrounds colors should be in the set:",
- "#00 #FF #3D #F7 #C2 #B4 #4E"]
- , "file": "backgroundCheck.js"
- }
-]
+, "rules":
+ [ "colorRules/foregroundCheck.js"
+ , "colorRules/backgroundCheck.js"
+ ]
}
//----------------------------------------------------------------
/* { "id": 2141103
@@ -72,4 +62,4 @@
//----------------------------------------------------------------
]
}
- */ \ No newline at end of file
+ */