From 86ca80f3d7878c1b11bb7dcd081bb8576c2b8e53 Mon Sep 17 00:00:00 2001 From: David Iglesias Teixeira Date: Tue, 26 Nov 2019 14:49:02 -0800 Subject: [PATCH] [script] Exclude google_sign_in_web from podspec lint. Add google_sign_in_web to lint_darwin_plugins.sh so its dummy podspec isn't validated. --- script/lint_darwin_plugins.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/lint_darwin_plugins.sh b/script/lint_darwin_plugins.sh index 84c5f2a8dcfa..7e749707128c 100755 --- a/script/lint_darwin_plugins.sh +++ b/script/lint_darwin_plugins.sh @@ -16,6 +16,7 @@ function lint_package() { # These podspecs are temporary multi-platform adoption dummy files. local skipped_podspecs=( "url_launcher_web.podspec" + "google_sign_in_web.podspec" ) # TODO: These packages have analyzer warnings. Remove plugins from this list as issues are fixed.