mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
809 B
29 lines
809 B
linter:
|
|
rules:
|
|
- avoid_empty_else
|
|
- avoid_relative_lib_imports
|
|
- avoid_shadowing_type_parameters
|
|
- avoid_types_as_parameter_names
|
|
- await_only_futures
|
|
- camel_case_extensions
|
|
- camel_case_types
|
|
- curly_braces_in_flow_control_structures
|
|
- empty_catches
|
|
- file_names
|
|
- hash_and_equals
|
|
- iterable_contains_unrelated_type
|
|
- list_remove_unrelated_type
|
|
- no_duplicate_case_values
|
|
- non_constant_identifier_names
|
|
- package_prefixed_library_names
|
|
- prefer_generic_function_type_aliases
|
|
- prefer_is_empty
|
|
- prefer_is_not_empty
|
|
- prefer_iterable_whereType
|
|
- prefer_typing_uninitialized_variables
|
|
- provide_deprecation_message
|
|
- unnecessary_overrides
|
|
- unrelated_type_equality_checks
|
|
- valid_regexps
|
|
- void_checks
|