Remove unsafe_html lint rule (#157531)
Fixes https://github.com/flutter/flutter/issues/157530
This commit is contained in:
parent
16c5c80867
commit
5879a5cba1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user