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

fix: update presets #1082

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

## 5.0.1

Expand Down
2 changes: 2 additions & 0 deletions lib/presets/dart_all.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
dart_code_metrics:
rules:
- arguments-ordering
- avoid-banned-imports
- avoid-cascade-after-if-null
- avoid-collection-methods-with-unrelated-types
- avoid-duplicate-exports
- avoid-dynamic
Expand Down