Skip to content

Commit 64317d2

Browse files
committed
Ignore unintended_html_in_doc_comment
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.
1 parent d563c38 commit 64317d2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

pkgs/graphs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.3.3-wip
2+
13
## 2.3.2
24

35
- Require Dart 3.4

pkgs/graphs/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ analyzer:
66
strict-raw-types: true
77
errors:
88
sort_pub_dependencies: ignore
9+
unintended_html_in_doc_comment: ignore
910

1011
linter:
1112
rules:

pkgs/graphs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: graphs
2-
version: 2.3.2
2+
version: 2.3.3-wip
33
description: Graph algorithms that operate on graphs in any representation.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/graphs
55

0 commit comments

Comments
 (0)