blob: 30bbcbc4c1f27dab46f482bdb564b9dbf7718174 [file]
# This file is also used by dev/bots/analyze_snippet_code.dart to analyze code snippets (`{@tool snippet}` sections).
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: ../../analysis_options.yaml
plugins:
flutter_analyzer_plugin:
path: ../../dev/flutter_analyzer_plugin
dependency_overrides:
analysis_server_plugin: ^0.3.22
linter:
rules:
# Samples want to print things pretty often.
avoid_print: false