Skip to content

Commit f182794

Browse files
authored
Minor adjustment to analysis_options.yaml (flutter#35051)
1 parent 7d25cba commit f182794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

analysis_options.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# "DIFFERENT FROM FLUTTER/FLUTTER" below.
66

77
analyzer:
8-
exclude:
9-
# Fixture depends on dart:ui and raises false positives.
10-
- flutter_frontend_server/test/fixtures/lib/main.dart
118
language:
129
strict-casts: true
1310
strict-raw-types: true
@@ -27,6 +24,9 @@ analyzer:
2724
unnecessary_null_comparison: ignore
2825
# TODO(goderbauer): remove when https://github.com/dart-lang/sdk/issues/49563 is fixed.
2926
ffi_native_unexpected_number_of_parameters: ignore # DIFFERENT FROM FLUTTER/FLUTTER
27+
exclude: # DIFFERENT FROM FLUTTER/FLUTTER
28+
# Fixture depends on dart:ui and raises false positives.
29+
- flutter_frontend_server/test/fixtures/lib/main.dart
3030

3131
linter:
3232
rules:

0 commit comments

Comments
 (0)