Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Nov 8, 2023
1 parent 6da41d6 commit ac2d565
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
- Add DCM rule prefer-widget-private-members
- Remove DCM rule banned-dependencies since we do not configure it (and add comment so we know it's ok)
- Adhere to DCM 1.11.0:
- TODO...
- Add avoid-duplicate-cascades
- Add avoid-duplicate-switch-case-conditions
- Add avoid-unnecessary-local-late
- Add avoid-unnecessary-super
- Add prefer-both-inlining-annotations
- Add prefer-correct-callback-field-name
- Add prefer-correct-error-name
- Add prefer-correct-setter-parameter-name
- Add prefer-explicit-function-type
- Add prefer-specific-cases-first
- Add prefer-typedefs-for-callbacks
- Add prefer-unique-test-names
- Add prefer-widget-private-members

## 5.0.0
- Adhere to DCM 1.10.0:
Expand Down
4 changes: 2 additions & 2 deletions lib/dcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ dart_code_metrics:
### Pubspec
- avoid-any-version
# - avoid-dependency-overrides
# - banned-dependencies # * OK, we just don't have global config
# - banned-dependencies # * OK, we just don't have global config
- prefer-caret-version-syntax
# - prefer-correct-package-name # * OK, we just don't have global config
# - prefer-correct-package-name # * OK, we just don't have global config
- prefer-correct-screenshots
- prefer-publish-to-none
- prefer-semver-version

0 comments on commit ac2d565

Please sign in to comment.