| include: ../analysis_options.yaml | |
| plugins: | |
| flutter_analyzer_plugin: | |
| path: ../../dev/flutter_analyzer_plugin | |
| dependency_overrides: | |
| analysis_server_plugin: ^0.3.22 | |
| analyzer: | |
| exclude: | |
| - "test_fixes/**" | |
| - build/** | |
| - android/** | |
| - ios/** | |
| - web/** | |
| - windows/** | |
| - macos/** | |
| - linux/** |