Skip to content

Commit

Permalink
feat: missing_code_block_language_in_doc_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mockturtl committed May 4, 2024
1 parent a0d7ede commit 8c796c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## HEAD

- `missing_code_block_language_in_doc_comment` [dart-lang/linter#4904][]

## [3.4.0-0][3.4.0]

**Prerelease**
Expand Down Expand Up @@ -210,4 +214,5 @@ No changes.
[dart-lang/linter#4360]: https://github.com/dart-lang/linter/pull/4360
[dart-lang/linter#4396]: https://github.com/dart-lang/linter/pull/4396
[dart-lang/linter#4747]: https://github.com/dart-lang/linter/issues/4747
[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.4.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ linter:
# - lines_longer_than_80_chars # note: false positive with long doc comments
- literal_only_boolean_expressions
- matching_super_parameters
- missing_code_block_language_in_doc_comment
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_default_cases
Expand Down

0 comments on commit 8c796c8

Please sign in to comment.