enable lint use_full_hex_values_for_flutter_colors (#35056)

This commit is contained in:
Alexandre Ardhuin
2019-06-25 17:58:19 +02:00
committed by GitHub
parent fecf99ff1e
commit b5ce06163c
18 changed files with 138 additions and 138 deletions

View File

@@ -182,7 +182,7 @@ linter:
- unnecessary_this
- unrelated_type_equality_checks
# - unsafe_html # not yet tested
# - use_full_hex_values_for_flutter_colors # not yet tested
- use_full_hex_values_for_flutter_colors
# - use_function_type_syntax_for_parameters # not yet tested
- use_rethrow_when_possible
# - use_setters_to_change_properties # not yet tested