Skip to content

Commit

Permalink
feat: add unintended_html_in_doc_comment (#121)
Browse files Browse the repository at this point in the history
* feat: add `unintended_html_in_doc_comment`

* feat: add `unintended_html_in_doc_comment`

* feat: add `unintended_html_in_doc_comment`
  • Loading branch information
wolfenrain authored Nov 21, 2024
1 parent f26bce6 commit caf7cc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tool_linter_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.4.0
sdk: 3.5.0

- name: 📦 Install Dependencies
run: dart pub get
Expand Down
1 change: 1 addition & 0 deletions lib/analysis_options.7.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ linter:
- type_init_formals
- type_literal_in_constant_pattern
- unawaited_futures
- unintended_html_in_doc_comment
- unnecessary_await_in_return
- unnecessary_breaks
- unnecessary_brace_in_string_interps
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ documentation: https://github.com/VeryGoodOpenSource/very_good_analysis
topics: [lints, analyzer, analysis]

environment:
sdk: ^3.4.0
sdk: ^3.5.0

0 comments on commit caf7cc5

Please sign in to comment.