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.
[Question] how do i get the errors to show in intellij? #749
Closed
Description
What do you want to discuss?
the readme seems to suggest that the issues get highlighted in vscode, but that doesn't seem to be the case in intellij
>flutter pub run dart_code_metrics:metrics analyze lib
lib\main.dart:
WARNING Parameter is unused.
lib\main.dart:117:10
avoid-unused-parameters : https://dartcodemetrics.dev/docs/rules/common/avoid-unused-parameters
STYLE Block is empty. Empty blocks are often indicators of missing code.
lib\main.dart:117:24
no-empty-block : https://dartcodemetrics.dev/docs/rules/common/no-empty-block