Skip to content

Commit 4196991

Browse files
committed
comment out lint rule unsafe_html
1 parent 4c5d3c9 commit 4196991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ linter:
369369

370370
# Avoid unsafe HTML APIs.
371371
# http://dart-lang.github.io/linter/lints/unsafe_html.html
372-
- unsafe_html
372+
# - unsafe_html
373373

374374
# Prefer an 8-digit hexadecimal integer(0xFFFFFFFF) to instantiate Color.
375375
# http://dart-lang.github.io/linter/lints/use_full_hex_values_for_flutter_colors.html

0 commit comments

Comments
 (0)