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.4.0
44
55* feat: ignore tear-off methods for [ ` avoid-unused-parameters ` ] ( https://dartcodemetrics.dev/docs/rules/common/avoid-unused-parameters ) .
66* feat: show warning for rules without config that require config to work.
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.3 .0
95+ version: 5.4 .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.3 .0
63+ dart_code_metrics : ^5.4 .0
6464` ` `
6565
6666and then run
Original file line number Diff line number Diff line change 1- const packageVersion = '5.3 .0' ;
1+ const packageVersion = '5.4 .0' ;
Original file line number Diff line number Diff line change 11name : dart_code_metrics
2- version : 5.3 .0
2+ version : 5.4 .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.3 .0
3+ version : 5.4 .0
44
55environment :
66 sdk : " >=2.14.0 <3.0.0"
77
88dependencies :
9- dart_code_metrics : 5.3 .0
9+ dart_code_metrics : 5.4 .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.3 .0
26+ dart_code_metrics : ^5.4 .0
2727` ` `
2828
2929and then run
You can’t perform that action at this time.
0 commit comments