analysis_options.yaml 354 Bytes
Newer Older
1 2
# This file is also used by dev/bots/analyze_snippet_code.dart to analyze code snippets (`{@tool snippet}` sections).

3 4 5 6
include: ../../analysis_options.yaml

linter:
  rules:
7 8
    # Samples want to print things pretty often.
    avoid_print: false
9 10
    # Samples are sometimes incomplete and don't show usage of everything.
    unreachable_from_main: false