-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade flutter_lints
to v3
#1213
Conversation
Visit the preview URL for this PR (updated for commit a64dcce): https://sharezone-website-dev--pr1213-upgrade-lints-to-3-wjcq4ksy.web.app (expires Tue, 09 Jan 2024 11:04:05 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 372b0431a96247f908d9a97d5d865de1c8b3b04e |
Visit the preview URL for this PR (updated for commit a64dcce): https://sharezone-test--pr1213-upgrade-lints-to-3-lrisslg2.web.app (expires Tue, 09 Jan 2024 11:05:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
@Jonas-Sander Could you review this PR? |
Changelog of
flutter_lints
v3:package:lints
dependency to version 3.0.0, with the following changes:collection_methods_unrelated_type
dangling_library_doc_comments
implicit_call_tearoffs
secure_pubspec_urls
type_literal_in_constant_pattern
unnecessary_to_list_in_spreads
use_string_in_part_of_directives
use_super_parameters
iterable_contains_unrelated_type
list_remove_unrelated_type
no_wildcard_variable_uses
prefer_equal_for_default_values
prefer_void_to_null
Requires #1211.