We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e012bed commit b102a47Copy full SHA for b102a47
analysis_options.yaml
@@ -5,6 +5,10 @@ analyzer:
5
implicit-dynamic: false
6
exclude:
7
- lib/generated_plugin_registrant.dart
8
+ errors:
9
+ # allow self-reference to deprecated members (we do this because otherwise we have
10
+ # to annotate every member in every test, assert, etc, when we deprecate something)
11
+ deprecated_member_use_from_same_package: ignore
12
13
linter:
14
rules:
0 commit comments