コード例 #1
0
def check_license_filter_structure_companion_packages_unknown_license_packages(
        context):
    """Check the existence of 'license_filter/companion_packages/unknown_license_packages'."""
    find_empty_list_under_the_path(
        context, "license_filter/companion_packages/unknown_license_packages")
コード例 #2
0
def check_license_filter_structure_companion_packages_conflict_packages(
        context):
    """Check the existence of 'license_filter/companion_packages/conflict_packages' attribute."""
    find_empty_list_under_the_path(
        context, "license_filter/companion_packages/conflict_packages")