summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-03-16 20:10:42 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-03-16 20:10:42 +0900
commit54897f5db684ccba55fd9f54e6289a982a100e8b (patch)
tree8c3b6eef8d6076731897e0be4be1c2d8a72e1f08
parent727c7723d47df3586c5cf10e77c3aedd52c89018 (diff)
downloadbuilding-blocks-54897f5db684ccba55fd9f54e6289a982a100e8b.tar.gz
building-blocks-54897f5db684ccba55fd9f54e6289a982a100e8b.tar.bz2
building-blocks-54897f5db684ccba55fd9f54e6289a982a100e8b.zip
RULE: todo completed
Change-Id: I0e02d26bef1c3eafbc4645ccbcf3a70930d89973 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rwxr-xr-xrule_checker.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/rule_checker.py b/rule_checker.py
index 529b3e8..7368701 100755
--- a/rule_checker.py
+++ b/rule_checker.py
@@ -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?