Skip to content

Commit 288cb7a

Browse files
committed
⚡ Sync analysis options.
1 parent cf708ce commit 288cb7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ analyzer:
2929
missing_return: warning
3030
# allow having TODOs in the code
3131
todo: ignore
32+
# allow self-reference to deprecated members (we do this because otherwise we have
33+
# to annotate every member in every test, assert, etc, when we deprecate something)
34+
deprecated_member_use_from_same_package: ignore
3235
# Ignore analyzer hints for updating pubspecs when using Future or
3336
# Stream and not importing dart:async
3437
# Please see https://github.com/flutter/flutter/pull/24528 for details.

0 commit comments

Comments
 (0)