File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ linter:
56
56
avoid_init_to_null : true
57
57
avoid_js_rounded_ints : true
58
58
avoid_multiple_declarations_per_line : true
59
- avoid_null_checks_in_equality_operators : true
60
59
avoid_positional_boolean_parameters : true
61
60
avoid_print : true
62
61
avoid_private_typedef_functions : true
@@ -220,7 +219,6 @@ linter:
220
219
unnecessary_to_list_in_spreads : true
221
220
unreachable_from_main : true
222
221
unrelated_type_equality_checks : true
223
- unsafe_html : true
224
222
use_build_context_synchronously : true
225
223
use_colored_box : true
226
224
use_decorated_box : true
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ linter:
56
56
avoid_init_to_null : true
57
57
avoid_js_rounded_ints : true
58
58
avoid_multiple_declarations_per_line : true
59
- avoid_null_checks_in_equality_operators : true
60
59
avoid_positional_boolean_parameters : true
61
60
avoid_print : true
62
61
avoid_private_typedef_functions : true
@@ -220,7 +219,6 @@ linter:
220
219
unnecessary_to_list_in_spreads : true
221
220
unreachable_from_main : true
222
221
unrelated_type_equality_checks : true
223
- unsafe_html : true
224
222
use_build_context_synchronously : true
225
223
use_colored_box : true
226
224
use_decorated_box : true
You can’t perform that action at this time.
0 commit comments