Skip to content

Commit 3851d65

Browse files
committed
feat: avoid_dynamic calls
dart-archive/linter#2417
1 parent aedcdcb commit 3851d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/analysis_options.1.0.1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ linter:
1919
- avoid_catching_errors
2020
- avoid_classes_with_only_static_members
2121
- avoid_double_and_int_checks
22+
# - avoid_dynamic_calls # experimental
2223
- avoid_empty_else
2324
- avoid_equals_and_hash_code_on_mutable_classes
2425
# - avoid_escaping_inner_quotes # note: escape characters are fine

0 commit comments

Comments
 (0)