mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Enables running the `layers` example on Linux and Windows. Part of https://github.com/flutter/flutter/issues/126033
9 lines
246 B
YAML
9 lines
246 B
YAML
# This file is also used by dev/bots/analyze_snippet_code.dart to analyze code snippets (`{@tool snippet}` sections).
|
|
|
|
include: ../../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
# Samples want to print things pretty often.
|
|
avoid_print: false
|