|
1 |
| -## 2.0.0-rc.1 |
2 |
| -- Update DCM rules to adhere DCM Teams 1.6.0. |
| 1 | +## 2.0.0 |
| 2 | +- New Dart lints: |
| 3 | + - collection_methods_unrelated_type |
| 4 | + - deprecated_member_use_from_same_package |
| 5 | + - implicit_reopen |
| 6 | + - invalid_case_patterns |
| 7 | + - unnecessary_library_directive |
| 8 | + - combinators_ordering |
| 9 | + - dangling_library_doc_comments |
| 10 | + - implicit_call_tearoffs |
| 11 | + - matching_super_parameters |
| 12 | + - no_literal_bool_comparisons |
| 13 | + - type_literal_in_constant_pattern |
| 14 | + - unnecessary_breaks |
| 15 | + - use_string_in_part_of_directives |
| 16 | +- Update DCM rules and CI to adhere DCM Teams 1.6.0. |
| 17 | +- New DCM lints: |
| 18 | + - avoid-any-version |
| 19 | + - banned-dependencies |
| 20 | + - prefer-caret-version-syntax |
| 21 | + - prefer-correct-screenshots |
| 22 | + - prefer-publish-to-none |
| 23 | + - prefer-semver-version |
| 24 | + - avoid-bottom-type-in-patterns |
| 25 | + - avoid-bottom-type-in-records |
| 26 | + - avoid-collapsible-if |
| 27 | + - avoid-declaring-call-method |
| 28 | + - avoid-duplicate-named-imports |
| 29 | + - avoid-duplicate-patterns |
| 30 | + - avoid-equal-expressions |
| 31 | + - avoid-explicit-pattern-field-name |
| 32 | + - avoid-function-type-in-records |
| 33 | + - avoid-future-tostring |
| 34 | + - avoid-inverted-boolean-checks |
| 35 | + - avoid-long-records |
| 36 | + - avoid-missed-calls |
| 37 | + - avoid-mixing-named-and-positional-fields |
| 38 | + - avoid-nested-records |
| 39 | + - avoid-nested-switch-expressions |
| 40 | + - avoid-nested-switches |
| 41 | + - avoid-one-field-records |
| 42 | + - avoid-positional-record-field-access |
| 43 | + - avoid-redundant-else |
| 44 | + - avoid-redundant-positional-field-name |
| 45 | + - avoid-redundant-pragma-inline |
| 46 | + - avoid-self-assignment |
| 47 | + - avoid-self-compare |
| 48 | + - avoid-shadowing |
| 49 | + - avoid-substring |
| 50 | + - avoid-throw-objects-without-tostring |
| 51 | + - avoid-unassigned-late-fields-keyword |
| 52 | + - avoid-unnecessary-conditionals |
| 53 | + - avoid-unnecessary-negations |
| 54 | + - avoid-unnecessary-nullable-return-type |
| 55 | + - avoid-unnecessary-return |
| 56 | + - avoid-unrelated-type-casts |
| 57 | + - avoid-unsafe-collection-methods |
| 58 | + - avoid-unused-generics |
| 59 | + - function-always-returns-null |
| 60 | + - move-records-to-typedefs |
| 61 | + - no-equal-conditions |
| 62 | + - no-equal-switch-case |
| 63 | + - no-equal-switch-expression-cases |
| 64 | + - prefer-bytes-builder |
| 65 | + - prefer-correct-switch-length |
| 66 | + - prefer-declaring-const-constructor |
| 67 | + - prefer-early-return |
| 68 | + - prefer-explicit-parameter-names |
| 69 | + - prefer-return-await |
| 70 | + - prefer-returning-conditional-expressions |
| 71 | + - prefer-simpler-patterns-null-check |
| 72 | + - prefer-test-matchers |
| 73 | + - prefer-visible-for-testing-on-members |
| 74 | + - prefer-wildcard-pattern |
| 75 | + - unnecessary-trailing-comma |
| 76 | + - add-copy-with |
| 77 | + - avoid-empty-setstate |
| 78 | + - avoid-expanded-as-spacer |
| 79 | + - avoid-incomplete-copy-with |
| 80 | + - avoid-inherited-widget-in-initstate |
| 81 | + - avoid-late-context |
| 82 | + - avoid-state-constructors |
| 83 | + - avoid-stateless-widget-initialized-fields |
| 84 | + - avoid-unnecessary-stateful-widgets |
| 85 | + - dispose-fields |
| 86 | + - prefer-action-button-tooltip |
| 87 | + - prefer-define-hero-tag |
| 88 | + - proper-super-calls |
| 89 | + - use-setstate-synchronously |
| 90 | + - avoid-instantiating-in-value-provider |
| 91 | + - avoid-read-inside-build |
| 92 | + - avoid-watch-outside-build |
| 93 | + - dispose-providers |
| 94 | + - prefer-multi-provider |
| 95 | + - avoid-bloc-public-methods |
| 96 | + - check-is-not-closed-after-async-gap |
| 97 | + - prefer-correct-bloc-provider |
| 98 | + - prefer-multi-bloc-provider |
| 99 | + - extend-equatable |
| 100 | + - list-all-equatable-fields |
3 | 101 |
|
4 | 102 | ## 1.2.3
|
5 | 103 | - Fix pub dev icon.
|
|
0 commit comments