dart-code-metrics
dart-code-metrics copied to clipboard
[Enchantment] no option to suppress warnings in intellij
- Dart code metrics version: 4.14.0
- Dart sdk version: 2.16.2
Please show your full configuration:
Configuration
dart_code_metrics:
rules:
- avoid-dynamic
What did you do? Please include the source code example causing the issue.
void foo(final dynamic a) {}
What did you expect to happen?
option to ignore the error like with the built in analyzer rules

What actually happened?
