Change deps_guard directory.

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: Ic08d537b38d5a248477efc0202af790087964386

#I67B61
This commit is contained in:
handyohos
2022-12-24 11:00:50 +08:00
parent 86537aab72
commit 9fdf4b98ee
22 changed files with 1 additions and 1 deletions
@@ -32,7 +32,7 @@ class BaseRule(object):
print(info)
def get_help_url(self):
return "https://gitee.com/openharmony/developtools_integration_verification/deps_guard/rules/%s/README.md" % self.__class__.RULE_NAME
return "https://gitee.com/openharmony/developtools_integration_verification/tools/deps_guard/rules/%s/README.md" % self.__class__.RULE_NAME
# To be override
def check(self):