This repository was archived by the owner on Jul 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
website/docs/getting-started Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 5.3.0
44
55* feat: add static code diagnostic [ ` list-all-equatable-fields ` ] ( https://dartcodemetrics.dev/docs/rules/common/list-all-equatable-fields ) .
66* feat: add ` strict ` config option to [ ` avoid-collection-methods-with-unrelated-types ` ] ( https://dartcodemetrics.dev/docs/rules/common/avoid-collection-methods-with-unrelated-types ) .
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ To set this up:
9292 ```yaml
9393 name: dart_code_metrics_plugin_loader
9494 description: This pubspec determines the version of the analyzer plugin to load.
95- version: 5.2.1
95+ version: 5.3.0
9696
9797 environment:
9898 sdk: ">=2.18.0 <3.0.0"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ add it manually to `pubspec.yaml`
6060
6161``` yaml
6262dev_dependencies :
63- dart_code_metrics : ^5.2.1
63+ dart_code_metrics : ^5.3.0
6464` ` `
6565
6666and then run
Original file line number Diff line number Diff line change 1- const packageVersion = '5.2.1 ' ;
1+ const packageVersion = '5.3.0 ' ;
Original file line number Diff line number Diff line change 11name : dart_code_metrics
2- version : 5.2.1
2+ version : 5.3.0
33description : Software analytics tool that helps developers analyse and improve software quality.
44homepage : https://dartcodemetrics.dev
55repository : https://github.com/dart-code-checker/dart-code-metrics
Original file line number Diff line number Diff line change 11name : dart_code_metrics_plugin_loader
22description : This pubspec determines the version of the analyzer plugin to load.
3- version : 5.2.1
3+ version : 5.3.0
44
55environment :
66 sdk : " >=2.14.0 <3.0.0"
77
88dependencies :
9- dart_code_metrics : 5.2.1
9+ dart_code_metrics : 5.3.0
1010
1111dev_dependencies :
1212 lints : ^1.0.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ environment:
2323 sdk : ' >=2.18.0 <3.0.0'
2424
2525dev_dependencies :
26- dart_code_metrics : ^5.2.1
26+ dart_code_metrics : ^5.3.0
2727` ` `
2828
2929and then run
You can’t perform that action at this time.
0 commit comments