Skip to content

Commit d4446c0

Browse files
Remove the unsafe_html analysis rule (flutter/engine#56479)
This rule was deleted from the Dart SDK. See https://dart.googlesource.com/sdk/+/cb5c73e06fba5f9a795df532480e3d02028696bd
1 parent 64ef436 commit d4446c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/src/flutter/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ linter:
221221
- unnecessary_to_list_in_spreads
222222
- unreachable_from_main
223223
- unrelated_type_equality_checks
224-
- unsafe_html
225224
- use_build_context_synchronously
226225
- use_colored_box
227226
# - use_decorated_box # leads to bugs: DecoratedBox and Container are not equivalent (Container inserts extra padding)

0 commit comments

Comments
 (0)