We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d25cba commit f182794Copy full SHA for f182794
analysis_options.yaml
@@ -5,9 +5,6 @@
5
# "DIFFERENT FROM FLUTTER/FLUTTER" below.
6
7
analyzer:
8
- exclude:
9
- # Fixture depends on dart:ui and raises false positives.
10
- - flutter_frontend_server/test/fixtures/lib/main.dart
11
language:
12
strict-casts: true
13
strict-raw-types: true
@@ -27,6 +24,9 @@ analyzer:
27
24
unnecessary_null_comparison: ignore
28
25
# TODO(goderbauer): remove when https://github.com/dart-lang/sdk/issues/49563 is fixed.
29
26
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
30
31
linter:
32
rules:
0 commit comments