Remove unsafe_html lint rule (#157531)

Fixes https://github.com/flutter/flutter/issues/157530
This commit is contained in:
Sam Rawlins 2024-10-27 18:09:20 -07:00 committed by GitHub
parent 16c5c80867
commit 5879a5cba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,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 # leads to bugs: DecoratedBox and Container are not equivalent (Container inserts extra padding)