dart-code-metrics icon indicating copy to clipboard operation
dart-code-metrics copied to clipboard

[Enchantment] no option to suppress warnings in intellij

Open DetachHead opened this issue 3 years ago • 0 comments

  • 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 image

What actually happened? image

DetachHead avatar Apr 18 '22 08:04 DetachHead