Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 37902ea

Browse files
authored
fix: update presets (#1082)
1 parent b25d4c2 commit 37902ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* feat: add static code diagnostic [`arguments-ordering`](https://dartcodemetrics.dev/docs/rules/common/arguments-ordering).
66
* feat: add method call chains support for [`ban-name`](https://dartcodemetrics.dev/docs/rules/common/ban-name).
7+
* fix: update `dart_all.yaml` preset to contain missing rules.
78

89
## 5.0.1
910

lib/presets/dart_all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
dart_code_metrics:
22
rules:
3+
- arguments-ordering
34
- avoid-banned-imports
5+
- avoid-cascade-after-if-null
46
- avoid-collection-methods-with-unrelated-types
57
- avoid-duplicate-exports
68
- avoid-dynamic

0 commit comments

Comments
 (0)