Skip to content

Commit

Permalink
Update and rename avoid_manual_providers_as_generated_provider_depene…
Browse files Browse the repository at this point in the history
…ncy.dart to avoid_manual_providers_as_generated_provider_dependency.dart (#2321)
  • Loading branch information
mafreud committed Apr 1, 2023
1 parent 6e0c4c0 commit 6f7b0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AvoidManualProvidersAsGeneratedProviderDependency
: super(code: _code);

static const _code = LintCode(
name: 'avoid_manual_providers_as_generated_provider_depenency',
name: 'avoid_manual_providers_as_generated_provider_dependency',
problemMessage:
'Generated providers should only depend on other generated providers. '
'Failing to do so may break rules such as "provider_dependencies".',
Expand Down

0 comments on commit 6f7b0cf

Please sign in to comment.