mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 00:42:13 +08:00

* [various] Enable avoid_print Enables the `avoid_print` lint, and fixes violations (mostly by opting example files out of it). * Version bumps * Add tooling analysis option file that was accidentally omitted * Fix typo in analysis_options found by adding tool sub-options * Revert most version bumps * Fix ios_platform_images
6 lines
121 B
YAML
6 lines
121 B
YAML
include: ../../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
avoid_print: false # The tool is a CLI, so printing is normal
|