Skip to content

Commit 2dc00b0

Browse files
use forked dcm
1 parent 1452486 commit 2dc00b0

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

action_app/pubspec.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,12 @@ packages:
9595
dart_code_metrics:
9696
dependency: "direct main"
9797
description:
98-
name: dart_code_metrics
99-
url: "https://pub.dartlang.org"
100-
source: hosted
101-
version: "5.7.2"
98+
path: "."
99+
ref: master
100+
resolved-ref: "2e8f548153a9b354b647af53946e0a4c034fc250"
101+
url: "https://github.com/danylo-safonov-solid/dart-code-metrics.git"
102+
source: git
103+
version: "5.7.4"
102104
dart_code_metrics_presets:
103105
dependency: transitive
104106
description:
@@ -294,7 +296,7 @@ packages:
294296
name: pub_updater
295297
url: "https://pub.dartlang.org"
296298
source: hosted
297-
version: "0.2.4"
299+
version: "0.3.0"
298300
shelf:
299301
dependency: transitive
300302
description:

action_app/pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ environment:
99

1010
dependencies:
1111
actions_toolkit_dart: ^0.5.0
12-
dart_code_metrics: ^5.7.2
12+
# dart_code_metrics: ^5.7.2
13+
dart_code_metrics:
14+
git:
15+
url: https://github.com/danylo-safonov-solid/dart-code-metrics.git
16+
ref: master
1317
github: ^9.0.0
1418
meta: ^1.7.0
1519
path: ^1.8.0

0 commit comments

Comments
 (0)