Skip to content

Commit

Permalink
Ignore unintended_html_in_doc_comment
Browse files Browse the repository at this point in the history
Wait for the false positives to be resolved.
dart-lang/sdk#56465

Referring to an exception with a generic worth specifying for the first
time in a doc seems to me to be a valid reason to use this pattern.
  • Loading branch information
natebosch committed Aug 14, 2024
1 parent d563c38 commit 64317d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.3.3-wip

## 2.3.2

- Require Dart 3.4
Expand Down
1 change: 1 addition & 0 deletions pkgs/graphs/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ analyzer:
strict-raw-types: true
errors:
sort_pub_dependencies: ignore
unintended_html_in_doc_comment: ignore

linter:
rules:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/graphs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: graphs
version: 2.3.2
version: 2.3.3-wip
description: Graph algorithms that operate on graphs in any representation.
repository: https://github.com/dart-lang/tools/tree/main/pkgs/graphs

Expand Down

0 comments on commit 64317d2

Please sign in to comment.