aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/trivialReport.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/trivialReport.json')
-rw-r--r--exampleData/ruleSets/trivialReport.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleData/ruleSets/trivialReport.json b/exampleData/ruleSets/trivialReport.json
index 4b2d11f..04c9ae3 100644
--- a/exampleData/ruleSets/trivialReport.json
+++ b/exampleData/ruleSets/trivialReport.json
@@ -1,11 +1,11 @@
{ 'name': 'Test rule set',
'description': 'test',
'rules': [
-//-----------------------------------
- { 'id': 1, 'name': 'Test rule',
- 'description': 'An empty test rule',
- 'rule': function() { report('test error'); }
- }//,
-//-----------------------------------
-]
+ //-----------------------------------
+ { 'id': 191708, 'name': 'Test rule',
+ 'description': 'An empty test rule',
+ 'rule': function() { report('test error'); }
+ }//,
+ //-----------------------------------
+ ]
}