Update rubocop-rails 2.31.0 → 2.32.0 (minor)#1777
Merged
Merged
Conversation
5f5d8f0 to
8bb08e8
Compare
The extensions are now called `plugins`
8bb08e8 to
7f221f2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rails (2.31.0 → 2.32.0) · Repo · Changelog
Release Notes
2.32.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Cut 2.32.0Update ChangelogMerge pull request #1476 from tdeo/packwerk_globs[Fix #234] Use globs that are compatible with Engine or Packwerk.Merge pull request #1475 from viralpraxis/fix-rails-time-zone-cop-error-on-invalid-string-literal-encodingMerge pull request #1479 from Earlopain/schema-comment-local-var[Fix #1477] Fix an error for `Rails/SchemaComment` when the comment is passed as a local variableFix `Rails/TimeZone` cop error on invalid string literal encodingRemove redundant `require 'English'`Use `RuboCop::AST::Node#any_def_type?` methodSwitch back docs version to master✳️ rubocop (1.75.8 → 1.76.0) · Repo · Changelog
Release Notes
1.76.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 35 commits:
Cut 1.76Update ChangelogUse `RuboCop::AST::Node#any_match_pattern_type?` method[Fix #14228] Fix false positive for `Style/RedundantParentheses`Merge pull request #14226 from Zopolis4/standeeFix `Lint/LiteralAsCondition` autocorrect when branches of a condition have commentsAdd new cop Lint/UselessOrMerge pull request #14225 from viralpraxis/fix-style-empty-string-inside-interpolation-cop-error-on-non-string-literalFix `Style/EmptyStringInsideInterpolation` cop error on non-string literalFix false negatives for `Style/RedundantParentheses`[Fix #14217] Fix false positives for `Style/RedundantParentheses`Enhance `Gemspec` department cop to detect offenses with `it` or `_1`Merge pull request #14218 from viralpraxis/use-valid-metadata-keys-in-gemspec-duplicated-assignment-cop-specsAdd extra spec for `Gemspec/DuplicatedAssignment` cop with array assignmentsUse valid `metadata` keys in `Gemspec/DuplicatedAssignment` cop specsMerge pull request #14216 from steiley/fix-false-negatives-in-styke-safenavigation[fix #14205] False negatives in Style/SafeNavigationRecognize inequation in Lint/IdentityComparisonRename `EnforcedStyle` of `Style/EmptyStringInsideInterpolation`Minor spelling fixes (non-user facing)Merge pull request #14213 from viralpraxis/fix-style-empty-string-inside-interpolation-cop-error-on-non-literal-branch-nodeFix `Style/EmptyStringInsideInterpolation` cop error on non-literal branch nodeTweak some markupTweak the README a bitExpand the documentation of Lint/ShadowingOuterLocalVariableDisable `Lint/ShadowingOuterLocalVariable` by default[Fix #13121] Add new `Style/EmptyStringInsideInterpolation` cop.Relax the period before marking an issue as stale[Fix #12360] Add new `Naming/PredicateMethod` cop to check that predicate methods end with `?` and non-predicate methods do notRename `Naming/PredicateName` to `Naming/PredicatePrefix`[Doc] Tweak the doc for `Lint/UselessDefaultValueArgument`Add `EnforcedStyle: allow_single_line` as the default to `Style/ItBlockParameter`Add cop Lint/UselessDefaultValueArgumentAdd new cop Style/NestedArrayJoinReset the docs versionRelease Notes
1.3.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2chore: fix typos (#1076)Set rake-compiler source and target to Java 8 (#1071)Improve ancestor classes specAvoid error when member is present on ancestor classRemove dependency on loggerRelease Notes
5.25.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
prepped for release- Bumped minimum ruby to 2.7.Added notice to readme about development versions- Update the ruby and rails compatibility tables. (bquorning)- Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)Added ruby 3.4 to CI- Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)Release Notes
2.2.16 (from changelog)
2.2.15 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Bump patch version.Backport #2263 to v2.2, fix: malformed charset param (#2338)Bump patch version.Change CGI::Cookie.new to Cookie.new (#2335)Bump patch version.Feature detect `CGI::Cookie`. (#2333)Replace usage of CGI::Cookie (#2329)[2.2] Update test suite for Ruby 3.5Commits
See the full diff on Github. The new version differs by 6 commits:
Cut 1.45.0Update ChangelogSupport `AST::Node#any_match_pattern_type?` methodSuppress `Lint/FloatCompariso` offensesAdd release note for v1.44.1Restore docs/antora.ymlDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands