You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 7.0.0
2
+
- Adhere to DCM 1.13.0:
3
+
- Add avoid-duplicate-collection-elements
4
+
- Add avoid-duplicate-initializers
5
+
- Add avoid-duplicate-map-keys
6
+
- Add avoid-nullable-tostring
7
+
- Add avoid-unused-after-null-check
8
+
- Add move-variable-outside-iteration
9
+
- Add avoid-undisposed-instances
10
+
- Add avoid-unassigned-stream-subscriptions
11
+
- Update prefer-switch-with-enums with `ignore-contains: true`
12
+
- Remove DCM rules `match-class-name-pattern`, `tag-name`, `add-copy-with`, and `extend-equatable`, since we do not configure it (and added comment so we know it's ok)
13
+
1
14
## 6.0.0
2
15
- Add DCM rule prefer-correct-error-name with `e` for error
0 commit comments