-
Notifications
You must be signed in to change notification settings - Fork 761
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
Support for Ruby 3.3
#205
Merged
Merged
Support for Ruby 3.3
#205
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1794b2 - Browse repository at this point
Copy the full SHA f1794b2View commit details -
error from said version of rubocop: RuboCop::ValidationError: Property AutoCorrect of cop FactoryBot/CreateList is supposed to be a boolean and contextual is not. version `1.61` of `rubocop` fixes that issue, allowing all tests to pass. found that solution in this issue: rubocop/rubocop-rspec#1916 from rubocop-rspec, where they were experiencing the same error and updating rubocop to 1.61, solved the issue. However they don't appear to know the culprit of this.
Configuration menu - View commit details
-
Copy full SHA for 95b7a6f - Browse repository at this point
Copy the full SHA 95b7a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c879dc - Browse repository at this point
Copy the full SHA 9c879dcView commit details -
Warning: obsolete parameter `IgnoredMethods` (for `Style/BlockDelimiters`) found in config/rubocop-style.yml `IgnoredMethods` has been renamed to `AllowedMethods` and/or `AllowedPatterns`. parameter `IgnoredMethods` was deprecated in version `1.33.0` of `rubocop` in favor of `AllowedMethods`. See: https://github.com/rubocop/rubocop/blob/master/relnotes/v1.33.0.md?plain=1#L19
Configuration menu - View commit details
-
Copy full SHA for 0c794bb - Browse repository at this point
Copy the full SHA 0c794bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e84360 - Browse repository at this point
Copy the full SHA 3e84360View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0749e36 - Browse repository at this point
Copy the full SHA 0749e36View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3b6074 - Browse repository at this point
Copy the full SHA d3b6074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 188c691 - Browse repository at this point
Copy the full SHA 188c691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a11e1a - Browse repository at this point
Copy the full SHA 5a11e1aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.