Skip to content

Commit 1f19ae8

Browse files
committed
Remove analyzer_use_new_elements from analysis_options.yaml
It was removed from the sdk in https://dart-review.googlesource.com/c/sdk/+/426980, so broke our CI.
1 parent 95f4208 commit 1f19ae8

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)