Skip to content

Commit

Permalink
feat: document_ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
mockturtl committed May 15, 2024
1 parent ccb8023 commit 713ffeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- `unintented_html_in_doc_comment` [dart-lang/linter#4793][]
- `invalid_runtime_check_with_js_interop_types` [dart-lang/linter#4841][]
- `document_ignores` [dart-lang/linter#4860][]

## [3.4.0][]

Expand Down Expand Up @@ -222,5 +223,6 @@ No changes.
[dart-lang/linter#4747]: https://github.com/dart-lang/linter/issues/4747
[dart-lang/linter#4793]: https://github.com/dart-lang/linter/issues/4793
[dart-lang/linter#4841]: https://github.com/dart-lang/linter/issues/4841
[dart-lang/linter#4860]: https://github.com/dart-lang/linter/issues/4860
[dart-lang/linter#4904]: https://github.com/dart-lang/linter/issues/4904
[dart-lang/sdk#54278]: https://github.com/dart-lang/sdk/issues/54278
1 change: 1 addition & 0 deletions lib/analysis_options.3.5.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ linter:
- directives_ordering
- discarded_futures
- do_not_use_environment
- document_ignores
- empty_catches
- empty_constructor_bodies
- empty_statements
Expand Down

0 comments on commit 713ffeb

Please sign in to comment.