Skip to content
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

chore: v5.1.0 #84

Merged
merged 4 commits into from
Aug 30, 2023
Merged

chore: v5.1.0 #84

merged 4 commits into from
Aug 30, 2023

Conversation

renancaraujo
Copy link
Contributor

@renancaraujo renancaraujo commented Aug 7, 2023

Description

chore: v5.1.0 includes

feat: #83
fix: #85

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore
@@ -9,6 +9,8 @@ analyzer:
     missing_required_param: error
     missing_return: error
     record_literal_one_positional_no_trailing_comma: error
+    collection_methods_unrelated_type: warning
+    unrelated_type_equality_checks: warning
 
   exclude:
     - test/.test_coverage.dart
@@ -82,7 +84,6 @@ linter:
     - implementation_imports
     - implicit_reopen
     - invalid_case_patterns
-    - iterable_contains_unrelated_type
     - join_return_with_assignment
     - leading_newlines_in_multiline_strings
     - library_annotations
@@ -90,7 +91,6 @@ linter:
     - library_prefixes
     - library_private_types_in_public_api
     - lines_longer_than_80_chars
-    - list_remove_unrelated_type
     - literal_only_boolean_expressions
     - missing_whitespace_between_adjacent_strings
     - no_adjacent_strings_in_list

erickzanardo
erickzanardo previously approved these changes Aug 7, 2023
felangel
felangel previously approved these changes Aug 7, 2023
@robsonsilv4
Copy link
Contributor

Could also includes #86

alestiago
alestiago previously approved these changes Aug 29, 2023
erickzanardo
erickzanardo previously approved these changes Aug 29, 2023
@renancaraujo renancaraujo merged commit 9474008 into main Aug 30, 2023
3 checks passed
@renancaraujo renancaraujo deleted the chore/v5.1.0 branch August 30, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

fix: remove deprecated iterable/list unrelated type rules
5 participants