Skip to content

Commit ece541c

Browse files
authored
Ignore unintended_html_in_doc_comment (#294)
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 ece541c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ analyzer:
66
strict-raw-types: true
77
errors:
88
sort_pub_dependencies: ignore
9+
# https://github.com/dart-lang/sdk/issues/56465
10+
unintended_html_in_doc_comment: ignore
911

1012
linter:
1113
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)