mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
refactor(analysis): migrate deprecated rule
deprecated since Dart 2.0, yike
This commit is contained in:
parent
264d8d90c4
commit
218e53ae75
1 changed files with 1 additions and 2 deletions
|
@ -71,12 +71,11 @@ linter:
|
||||||
- flutter_style_todos
|
- flutter_style_todos
|
||||||
- hash_and_equals
|
- hash_and_equals
|
||||||
- implementation_imports
|
- implementation_imports
|
||||||
- iterable_contains_unrelated_type
|
- collection_methods_unrelated_type
|
||||||
- leading_newlines_in_multiline_strings
|
- leading_newlines_in_multiline_strings
|
||||||
- library_names
|
- library_names
|
||||||
- library_prefixes
|
- library_prefixes
|
||||||
- library_private_types_in_public_api
|
- library_private_types_in_public_api
|
||||||
- list_remove_unrelated_type
|
|
||||||
- missing_whitespace_between_adjacent_strings
|
- missing_whitespace_between_adjacent_strings
|
||||||
- no_adjacent_strings_in_list
|
- no_adjacent_strings_in_list
|
||||||
- no_duplicate_case_values
|
- no_duplicate_case_values
|
||||||
|
|
Loading…
Reference in a new issue