blob: 0b0b77874ba1aabf5ff8f9332b192332079eb9b2 [file] [log] [blame]
# 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:
# Developer-facing code
curly_braces_in_flow_control_structures: true
# Samples want to print things pretty often.
avoid_print: false