Skip to content

Commit e38f392

Browse files
authored
Remove analyzer_use_new_elements from analysis_options.yaml (#4050)
It was removed from the sdk in https://dart-review.googlesource.com/c/sdk/+/426980, so broke our CI. The rest of the failures seem to be related to dart-lang/test#2499, and should be fixed later.
1 parent 95f4208 commit e38f392

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ linter:
1818
rules:
1919
- always_declare_return_types
2020
- always_put_required_named_parameters_first
21-
- analyzer_use_new_elements
2221
- avoid_bool_literals_in_conditional_expressions
2322
- avoid_catching_errors
2423
- avoid_dynamic_calls

0 commit comments

Comments
 (0)