Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Remove lints already defined in pkg:flutter_lints/flutter.yaml #915

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ linter:
- always_declare_return_types
- avoid_types_on_closure_parameters
- avoid_void_async
- camel_case_types
- cancel_subscriptions
- close_sinks
- directives_ordering
- flutter_style_todos
- hash_and_equals
- non_constant_identifier_names
- package_api_docs
- package_prefixed_library_names
- prefer_single_quotes
- sort_child_properties_last
- test_types_in_equals
- throw_in_finally
- unawaited_futures
Expand Down