mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove the unsafe_html analysis rule (flutter/engine#56479)
This rule was deleted from the Dart SDK. See https://dart.googlesource.com/sdk/+/cb5c73e06fba5f9a795df532480e3d02028696bd
This commit is contained in:
parent
64ef436b93
commit
d4446c079b
@ -221,7 +221,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