Skip to content

Commit

Permalink
Remove ffi_native_unexpected_number_of_parameters ignore (flutter#35093)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Aug 2, 2022
1 parent d9a6777 commit 978d8e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ analyzer:
deprecated_member_use_from_same_package: ignore
# Turned off until null-safe rollout is complete.
unnecessary_null_comparison: ignore
# TODO(goderbauer): remove when https://github.com/dart-lang/sdk/issues/49563 is fixed.
ffi_native_unexpected_number_of_parameters: ignore # DIFFERENT FROM FLUTTER/FLUTTER
exclude: # DIFFERENT FROM FLUTTER/FLUTTER
# Fixture depends on dart:ui and raises false positives.
- flutter_frontend_server/test/fixtures/lib/main.dart
Expand Down

0 comments on commit 978d8e2

Please sign in to comment.