Skip to content

Commit 9f9f65f

Browse files
authored
Add avoid_dynamic_calls lint rule (#2572)
1 parent f049730 commit 9f9f65f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ analyzer:
1717
linter:
1818
rules:
1919
- always_declare_return_types
20+
- avoid_dynamic_calls
2021
- avoid_single_cascade_in_expression_statements
2122
- avoid_unused_constructor_parameters
2223
- annotate_overrides

0 commit comments

Comments
 (0)