diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-10 19:10:13 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-10 19:10:13 +0900 |
commit | 3511c910969e613d655c67bbb4427e11a728b83e (patch) | |
tree | 6bf6d39f6a9bca2c8488197e82c742e83a12f6bc /RULES | |
parent | ca968ed30bb3f0c0d41a3182a7f7d890c2355f8e (diff) | |
download | building-blocks-3511c910969e613d655c67bbb4427e11a728b83e.tar.gz building-blocks-3511c910969e613d655c67bbb4427e11a728b83e.tar.bz2 building-blocks-3511c910969e613d655c67bbb4427e11a728b83e.zip |
RULE: Do not refer to a block not existing in this repo.submit/tizen/20170410.101333submit/tizen/20170410.101234accepted/tizen/unified/20170410.160351
- Added a rule
- Added the rule check in rule checker
- Corrected violating blocks.
Change-Id: I5e1006a1dafeb35a5344a2da8e1eef316898d3ff
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'RULES')
-rw-r--r-- | RULES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ other blocks to populate themselves with higher readability. Refer to RULE 5-4. +2.7. Do not refer to (or declare as a child) a block that does not exist + in this repository. =========================================================================== |