From ab006d10612acbb5fc14b31dbc9616be4751f0da Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 3 Feb 2022 09:22:51 +0100 Subject: [PATCH] chore: Remove pin for code metrics The bug got fixed in the latest version. --- .gitlab-ci.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf47ca08..dc67473e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ code_quality: stage: coverage image: google/dart before_script: - - dart pub global activate dart_code_metrics 4.4.0 + - dart pub global activate dart_code_metrics script: - dart pub global run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json artifacts: diff --git a/pubspec.yaml b/pubspec.yaml index 4b2522ca..4aac1f2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: fluffybox: ^0.4.2 dev_dependencies: - dart_code_metrics: 4.4.0 # Pinned because of https://github.com/dart-code-checker/dart-code-metrics/issues/674 + dart_code_metrics: ^4.10.1 pedantic: ^1.11.0 test: ^1.15.7 coverage: ">=0.15.0 <2.0.0"