Update analysis_options.yaml (#1492)

* Update analysis_options.yaml

* Update analysis_options.yaml
This commit is contained in:
CloudWebRTC
2023-11-29 14:34:30 +08:00
committed by GitHub
parent 8fadfcdfbd
commit 92843cba67
2 changed files with 1 additions and 9 deletions

View File

@ -41,12 +41,8 @@ analyzer:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.
sdk_version_async_exported_from_core: ignore
# Conflict with import_sorter
directives_ordering: ignore
constant_identifier_names: ignore
deprecated_member_use: ignore
implementation_imports: ignore
implementation_imports: ignore

View File

@ -40,7 +40,3 @@ analyzer:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.
sdk_version_async_exported_from_core: ignore