Skip to content

Commit

Permalink
Fixes CHANGELOG.md format (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme C. Matuella <guilherme1matuella@gmail.com>
  • Loading branch information
matuella authored Apr 10, 2024
1 parent 65f006b commit 5bef8cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Updated reference to new `all.yaml` rules, now tracking Dart SDK's version, as the past linter repo moved to the sdk.
- Added explanation on `library_names`.
<br>

- Added and enabled: `annotate_redeclares`.
- Added and disabled: `missing_code_block_language_in_doc_comment`.
Expand All @@ -13,6 +14,7 @@
- Bumped Dart sdk min version from `2.16.1` to `3.1.0`.
- Updated the deprecated `analyzer.strong-mode` in favor of the `analyzer.language` new options. All three
new options were set to `true`.
<br>

- Added and enabled: `collection_methods_unrelated_type`, `combinators_ordering`, `dangling_library_doc_comments`,
`deprecated_member_use_from_same_package`, `discarded_futures`, `implicit_call_tearoffs`, `invalid_case_patterns`,
Expand Down Expand Up @@ -90,4 +92,4 @@ Contains all rules up to version `0.1.127` of `dart-lang/linter`, with pending T
First version of `strict`.

Contains all rules up to version `0.1.127` of `dart-lang/linter`, with pending TODOs (non-critical) in the
`analysis_options.yaml`.
`analysis_options.yaml`.

0 comments on commit 5bef8cc

Please sign in to comment.