RULE: todo completed
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 16 Mar 2017 11:10:42 +0000 (20:10 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 16 Mar 2017 11:10:42 +0000 (20:10 +0900)
Change-Id: I0e02d26bef1c3eafbc4645ccbcf3a70930d89973
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
rule_checker.py

index 529b3e86d344cd4f8b21bb9bf8fae70562c4bf8a..73687012c869df6ec6a2bed2673f1b67e81cebf0 100755 (executable)
@@ -8,12 +8,6 @@
 # This does not check all rules of "RULES"
 # This is a prototype with a lot of work in progress
 
-# TODO: Context-Aware Rule Check. (inter-block relations)
-# Check if root exists for RULE 1-6
-# Check if sub1 exists for RULE 1-7
-# Check if a block is "Suggested/Required" by another block (orphan check)
-
-
 
 from __future__ import print_function
 import re
@@ -71,7 +65,7 @@ def ruleCheckInterBlock():
                    error += 1
                    print("ERROR: Orphaned sub block. The block "+n+" is not registered at the parent block "+p+" although "+p+" exists.")
 
-        # TODO: Which item?
+        # TODO: Add more rules here?