/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
analysis_options.yaml
23 строки
685 B
Ben Konyi
[analysis] Reland "Added initial implementation of the flutter_analyzer_plugin (#175679)" (#191022)
15 часов назад
Не верифицирован
15 часов назад
ae9963e
Код
Авторство
О чём код?
include: analysis_options_common.yaml # Note: Analyzer plugins (such as flutter_analyzer_plugin) are intentionally # configured directly in subpackages (e.g. packages/flutter/lib, # packages/flutter/test, packages/flutter_tools) rather than here at the root. # This prevents plugins from leaking into excluded or standalone subtrees (like # engine/src/flutter) that do not use the framework plugin. analyzer: errors: plugins_in_inner_options: ignore exclude: - "bin/cache/**" # Ignore protoc generated files - "dev/conductor/lib/proto/*" - "engine/**" - build/** - android/** - ios/** - web/** - windows/** - macos/** - linux/**