Skip to content

Commit

Permalink
Remove DCM steps from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko authored Nov 16, 2023
1 parent fbc158d commit 556d739
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,8 @@ Then you can see suggestions in your IDE or you can run checks manually:

```bash
dart analyze;
dart run dart_code_metrics:metrics analyze lib test;
dart run dart_code_metrics:metrics check-unused-files lib test;
dart run dart_code_metrics:metrics check-unused-l10n lib test;
```
Beware that some of the `dart_code_metrics` checks are not displayed in IDE so running checks
manually or in your actions (CI) is essential.

Learn more: https://github.com/dart-code-checker/dart-code-metrics#cli
# Badge

To indicate that your project is using Solid Lints, you can use the following badge:
Expand Down

0 comments on commit 556d739

Please sign in to comment.