From 687e767ffb2fe1f1965251805519f253473a2fc2 Mon Sep 17 00:00:00 2001 From: George Wright Date: Tue, 15 Dec 2020 16:40:09 -0800 Subject: [PATCH] Bump number of expected licences to 15 due to the imported accessiblity code --- ci/licenses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/licenses.sh b/ci/licenses.sh index 2ebbd6f8af6..48988f30a84 100755 --- a/ci/licenses.sh +++ b/ci/licenses.sh @@ -122,7 +122,7 @@ function verify_licenses() ( local actualLicenseCount actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')" - local expectedLicenseCount=2 # When changing this number: Update the error message below as well describing all expected license types. + local expectedLicenseCount=15 # When changing this number: Update the error message below as well describing all expected license types. if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then echo "=============================== ERROR ==============================="