Merge branch 'krille/remove-pin-code-metrics' into 'main'
chore: Remove pin for code metrics See merge request famedly/company/frontend/famedlysdk!948
This commit is contained in:
commit
6801a77bd5
|
|
@ -88,7 +88,7 @@ code_quality:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
image: google/dart
|
image: google/dart
|
||||||
before_script:
|
before_script:
|
||||||
- dart pub global activate dart_code_metrics 4.4.0
|
- dart pub global activate dart_code_metrics
|
||||||
script:
|
script:
|
||||||
- dart pub global run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json
|
- dart pub global run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ dependencies:
|
||||||
fluffybox: ^0.4.2
|
fluffybox: ^0.4.2
|
||||||
|
|
||||||
dev_dependencies:
|
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
|
pedantic: ^1.11.0
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
coverage: ">=0.15.0 <2.0.0"
|
coverage: ">=0.15.0 <2.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue