Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
mark avoid_dynamic_calls stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Aug 4, 2021
1 parent 73ba812 commit e99668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/rules/avoid_dynamic_calls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class AvoidDynamicCalls extends LintRule implements NodeLintRule {
description: _desc,
details: _details,
group: Group.errors,
maturity: Maturity.experimental,
maturity: Maturity.stable,
);

@override
Expand Down

0 comments on commit e99668a

Please sign in to comment.