Spell check for analysis_options.yaml (#78388)

This commit is contained in:
Jehun Seem(심제훈) 2021-03-17 11:05:03 -07:00 committed by GitHub
parent 8f3f3d4b82
commit 78a1a0cd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ linter:
- use_is_even_rather_than_modulo
- use_key_in_widget_constructors
- use_late_for_private_fields_and_variables
# - use_named_constants # not yet yested
# - use_named_constants # not yet tested
- use_raw_strings
- use_rethrow_when_possible
# - use_setters_to_change_properties # not yet tested