Skip to content

Commit

Permalink
Try analysis exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Nov 26, 2024
1 parent c2c83e2 commit a11e7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/targets/ios_platform_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tasks:
args: ["build-examples", "--ios", "--swift-package-manager"]
- name: xcode analyze
script: .ci/scripts/tool_runner.sh
args: ["xcode-analyze", "--ios"]
args: ["xcode-analyze", "--ios", "--exclude=script/configs/exclude_xcode_analyze.yaml"]
- name: xcode analyze deprecation
# Ensure we don't accidentally introduce deprecated code.
script: .ci/scripts/tool_runner.sh
Expand Down
2 changes: 2 additions & 0 deletions script/configs/exclude_xcode_analysis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Depends on AppAuth-iOS which emits analysis warnings.
- google_sign_in_ios
2 changes: 2 additions & 0 deletions script/configs/exclude_xcode_deprecation.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TODO(louisehsu): Remove deprecation check when StoreKit 2 is adopted. https://github.com/flutter/flutter/issues/116383
- in_app_purchase_storekit
# Depends on AppAuth-iOS which uses deprecated APIs.
- google_sign_in_ios

0 comments on commit a11e7df

Please sign in to comment.