Skip to content

Commit

Permalink
rm DCM since that package is not open source project now
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Dec 5, 2023
1 parent b4d8e9e commit 811168b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
run: flutter analyze
working-directory: packages/${{ matrix.package_name_and_runs_on.package_name }}

- name: Dart code metrics
run: flutter pub run dart_code_metrics:metrics analyze lib --fatal-style --fatal-performance --fatal-warnings --set-exit-on-violation-level noted
working-directory: packages/${{ matrix.package_name_and_runs_on.package_name }}

- name: Run tests
run: flutter test
working-directory: packages/${{ matrix.package_name_and_runs_on.package_name }}
Expand Down

2 comments on commit 811168b

@amorenew
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fzyzcjy an alternative open source for DCM
https://pub.dev/packages/dart_code_linter

@fzyzcjy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amorenew Thanks, that looks interesting!

Please sign in to comment.