analysis_options.yaml 246 Bytes
Newer Older
1 2 3 4 5 6 7 8
# 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