From: MyungJoo Ham Date: Thu, 16 Mar 2017 11:10:42 +0000 (+0900) Subject: RULE: todo completed X-Git-Tag: submit/tizen/20170405.075452~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54897f5db684ccba55fd9f54e6289a982a100e8b;p=tools%2Fbuilding-blocks.git RULE: todo completed Change-Id: I0e02d26bef1c3eafbc4645ccbcf3a70930d89973 Signed-off-by: MyungJoo Ham --- 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?