Skip to content

Commit

Permalink
Disable three lint rules which are being removed. (#3991)
Browse files Browse the repository at this point in the history
Each of these three are going to be removed soon.

* avoid_null_checks_in_equality_operators
* package_api_docs
* unsafe_html

Work towards https://github.com/dart-lang/linter/issues/5063 and https://github.com/dart-lang/linter/issues/5001
  • Loading branch information
srawlins authored Nov 1, 2024
1 parent 19e03e5 commit ded610e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev/githubanalysis/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ linter:
- unnecessary_to_list_in_spreads
- unreachable_from_main
- unrelated_type_equality_checks
- unsafe_html
- use_build_context_synchronously
- use_colored_box
- use_decorated_box
Expand Down
1 change: 0 additions & 1 deletion triage_bot/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ linter:
- unnecessary_to_list_in_spreads
- unreachable_from_main
- unrelated_type_equality_checks
- unsafe_html
- use_build_context_synchronously
- use_colored_box
- use_decorated_box
Expand Down

0 comments on commit ded610e

Please sign in to comment.