Skip to content

Commit

Permalink
Add avoid_dynamic_calls lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Mar 12, 2021
1 parent dcc49ad commit 912c4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ analyzer:
linter:
rules:
- always_declare_return_types
- avoid_dynamic_calls
- avoid_single_cascade_in_expression_statements
- avoid_unused_constructor_parameters
- annotate_overrides
Expand Down

0 comments on commit 912c4cc

Please sign in to comment.