blob: 3a172dcb3c0048e845447ee6b50e4212d42fcd89 [file] [log] [blame]
# Web-specific analysis options.
#
# As of today the web code contains quite a few deviations from the repo-wide
# analysis options due to having been migrated from google3. The ultimate goal
# is to clean up our code and delete this file.
include: ../../analysis_options.yaml
linter:
rules:
avoid_print: false
avoid_setters_without_getters: false
invalid_runtime_check_with_js_interop_types: false
library_private_types_in_public_api: false
no_default_cases: false
prefer_relative_imports: false
public_member_api_docs: false
unawaited_futures: true
use_setters_to_change_properties: false