This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
[BUG] Multiple analyzer plugins can't be enabled #1213
Closed as not planned
Description
Environment and configuration
Starting from Flutter 3.7.6 it is not possible to use multiple ananlyzer plugins anymore. So the following config will throw the following:
warning: Multiple plugins can't be enabled
What did you do?
include: package:lint/analysis_options.yaml
analyzer:
errors:
...
exclude:
...
plugins:
- dart_code_metrics
- custom_lint
...
What did you expect to happen?
I expect to be able to use dart_code_metrics together with other analyzer plugins.
What actually happened?
warning: Multiple plugins can't be enabled
Participation
- I am willing to submit a pull request for this issue.
Additional comments
Please consider integrating with custom_lint.