-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[linter] Update missing_code_block_language_in_doc_comment to avoid l…
…inting indented code blocks. After trying to add the lint to flutter (flutter/flutter#145354), I noticed that we lint on indented code blocks, which we should not be doing. This CL uses the new code block type in https://dart-review.googlesource.com/c/sdk/+/358326 to make sure we only lint on fenced code blocks. Change-Id: Ic13596dd3c95ce4ff64deeffe02da0fdb7a298e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359981 Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Kallen Tu <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters