-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Fix all plugin pod lib lint warnings #55245
Copy link
Copy link
Closed
flutter/plugins
#2699Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team
Milestone
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team
flutter_plugin_tools podspec linter catches iOS compilation errors and clang analyzer warnings, but not clang warnings. It passes in
--allow-warningsbecausepod lib lintcomplains about podspec warnings in addition to "legit" clang warnings.Example:
To catch iOS platform warnings on pre-submit, we should remove
--allow-warningsin the linter, but first need to clean up all the podspec warnings, even though plugins are downloaded from pub, not CocoaPods.