Index: pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/flutter/lib/analysis_options_user.yaml |
diff --git a/pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/flutter/lib/analysis_options_user.yaml b/pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/flutter/lib/analysis_options_user.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30dba358ed504601c9a5e8f534ccbba56330a7de |
--- /dev/null |
+++ b/pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/flutter/lib/analysis_options_user.yaml |
@@ -0,0 +1,14 @@ |
+analyzer: |
+ language: |
+ enableStrictCallChecks: true |
+ enableSuperMixins: true |
+ strong-mode: true |
+ errors: |
+ # treat missing required parameters as a warning (not a hint) |
+ missing_required_param: warning |
+ # allow overriding fields (if they use super, ideally...) |
+ strong_mode_invalid_field_override: ignore |
+ # allow type narrowing |
+ strong_mode_down_cast_composite: ignore |
+ # allow having TODOs in the code |
+ todo: ignore |