mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 03:09:43 +08:00
6 lines
133 B
YAML
6 lines
133 B
YAML
include: ../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
avoid_print: false # This is a CLI tool, so printing to the console is fine.
|