| Index: packages/crypto/analysis_options.yaml
|
| diff --git a/packages/crypto/analysis_options.yaml b/packages/crypto/analysis_options.yaml
|
| index 092773bea1ff9a0c65d298231480d9b92017bbc6..2592ade1dc2c8ef85281f2859f6575edad440f67 100644
|
| --- a/packages/crypto/analysis_options.yaml
|
| +++ b/packages/crypto/analysis_options.yaml
|
| @@ -1,29 +1,30 @@
|
| analyzer:
|
| - strong-mode: true
|
| + strong-mode: true
|
| linter:
|
| rules:
|
| - # Errors
|
| - - avoid_empty_else
|
| - - comment_references
|
| - - control_flow_in_finally
|
| - - empty_statements
|
| - - hash_and_equals
|
| - - test_types_in_equals
|
| - - throw_in_finally
|
| - - unrelated_type_equality_checks
|
| - - valid_regexps
|
| + # Errors
|
| + - avoid_empty_else
|
| + - comment_references
|
| + - control_flow_in_finally
|
| + - empty_statements
|
| + - hash_and_equals
|
| + - test_types_in_equals
|
| + - throw_in_finally
|
| + - unrelated_type_equality_checks
|
| + - valid_regexps
|
|
|
| - # Style
|
| - - annotate_overrides
|
| - - avoid_init_to_null
|
| - - avoid_return_types_on_setters
|
| - - await_only_futures
|
| - - camel_case_types
|
| - - empty_catches
|
| - - empty_constructor_bodies
|
| - - library_names
|
| - - library_prefixes
|
| - - non_constant_identifier_names
|
| - - prefer_is_not_empty
|
| - - slash_for_doc_comments
|
| - - type_init_formals
|
| + # Style
|
| + - annotate_overrides
|
| + - avoid_init_to_null
|
| + - avoid_return_types_on_setters
|
| + - await_only_futures
|
| + - camel_case_types
|
| + - empty_catches
|
| + - empty_constructor_bodies
|
| + - library_names
|
| + - library_prefixes
|
| + - non_constant_identifier_names
|
| + - prefer_is_not_empty
|
| + - prefer_single_quotes
|
| + - slash_for_doc_comments
|
| + - type_init_formals
|
|
|