mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
19 lines
576 B
YAML
19 lines
576 B
YAML
# 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
|
|
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
|