blob: dc3d87bfe7bf13985ba2ba6c6f3607cb0cf64fbd [file] [log] [blame]
include: ../analysis_options.yaml
analyzer:
exclude:
- build/**
- lib/generated_plugin_registrant.dart
- macos/
# Syntax highlighting test files may include or lint-violating code
# for testing so should be ignored. Uncomment this while modifying
# these files if you want to ensure code is not invalid except where
# expected.
- test/test_infra/test_data/syntax_highlighting/**
linter:
rules:
- avoid_print
dart_code_metrics:
metrics-exclude:
- test/**
- test/test_infra/test_data/**