Skip to content

Commit caf7cc5

Browse files
authored
feat: add unintended_html_in_doc_comment (#121)
* feat: add `unintended_html_in_doc_comment` * feat: add `unintended_html_in_doc_comment` * feat: add `unintended_html_in_doc_comment`
1 parent f26bce6 commit caf7cc5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tool_linter_rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 🎯 Setup Dart
1818
uses: dart-lang/setup-dart@v1
1919
with:
20-
sdk: 3.4.0
20+
sdk: 3.5.0
2121

2222
- name: 📦 Install Dependencies
2323
run: dart pub get

lib/analysis_options.7.0.0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ linter:
163163
- type_init_formals
164164
- type_literal_in_constant_pattern
165165
- unawaited_futures
166+
- unintended_html_in_doc_comment
166167
- unnecessary_await_in_return
167168
- unnecessary_breaks
168169
- unnecessary_brace_in_string_interps

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ documentation: https://github.com/VeryGoodOpenSource/very_good_analysis
88
topics: [lints, analyzer, analysis]
99

1010
environment:
11-
sdk: ^3.4.0
11+
sdk: ^3.5.0

0 commit comments

Comments
 (0)