Skip to content

Commit

Permalink
try to fix DCM action
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed Feb 11, 2023
1 parent da1d2f9 commit 83c9fad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ analyzer:
plugins:
- dart_code_metrics
exclude:
- starter_app/**

- test/mock_canvas.dart
- test/recording_canvas.dart

dart_code_metrics:
metrics:
cyclomatic-complexity: 20
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
dart_code_metrics: ^5.5.1
dart_code_metrics: ^5.4.0
flutter_lints: ^2.0.1
mocktail: ^0.3.0

Expand Down

0 comments on commit 83c9fad

Please sign in to comment.