From 54897f5db684ccba55fd9f54e6289a982a100e8b Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 16 Mar 2017 20:10:42 +0900 Subject: [PATCH] RULE: todo completed Change-Id: I0e02d26bef1c3eafbc4645ccbcf3a70930d89973 Signed-off-by: MyungJoo Ham --- rule_checker.py | 8 +------- 1 file changed, 1 insertion(+), 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? -- 2.34.1