bitflyer
bitflyer copied to clipboard
Bump rubocop from 1.65.0 to 1.65.1
Bumps rubocop from 1.65.0 to 1.65.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.65.1
New features
- #13068: Add config validation to
Naming/PredicateNameto check that allForbiddenPrefixesare being checked. (@maxjacobson)Bug fixes
- #13051: Fix an error for
Lint/FloatComparisonwhen comparing with rational literal. (@koic)- #13065: Fix an error for
Lint/UselessAssignmentwhen same name variables are assigned using chained assignment. (@koic)- #13062: Fix an error for
Style/InvertibleUnlessConditionwhen using empty parenthesis as condition. (@earlopain)- #11438: Explicitly load
fileutilsbefore calculatingbefore_us. (@r7kamura)- #13044: Fix false negatives for
Lint/ImplicitStringConcatenationwhen using adjacent string interpolation literals on the same line. (@koic)- #13083: Fix a false positive for
Style/GlobalStdStreamwhen using namespaced constants likeFoo::STDOUT. (@earlopain)- #13081: Fix a false positive for
Style/ZeroLengthPredicatewhen using safe navigation and non-zero comparison. (@fatkodima)- #13041: Fix false positives for
Lint/UselessAssignmentwhen pattern match variable is assigned and used in a block. (@koic)- #13076: Fix an incorrect autocorrect for
Naming/RescuedExceptionsVariableNamewhen using hash value omission. (@koic)
Changelog
Sourced from rubocop's changelog.
1.65.1 (2024-08-01)
New features
- #13068: Add config validation to
Naming/PredicateNameto check that allForbiddenPrefixesare being checked. ([@maxjacobson][])Bug fixes
- #13051: Fix an error for
Lint/FloatComparisonwhen comparing with rational literal. ([@koic][])- #13065: Fix an error for
Lint/UselessAssignmentwhen same name variables are assigned using chained assignment. ([@koic][])- #13062: Fix an error for
Style/InvertibleUnlessConditionwhen using empty parenthesis as condition. ([@earlopain][])- #11438: Explicitly load
fileutilsbefore calculatingbefore_us. ([@r7kamura][])- #13044: Fix false negatives for
Lint/ImplicitStringConcatenationwhen using adjacent string interpolation literals on the same line. ([@koic][])- #13083: Fix a false positive for
Style/GlobalStdStreamwhen using namespaced constants likeFoo::STDOUT. ([@earlopain][])- #13081: Fix a false positive for
Style/ZeroLengthPredicatewhen using safe navigation and non-zero comparison. ([@fatkodima][])- #13041: Fix false positives for
Lint/UselessAssignmentwhen pattern match variable is assigned and used in a block. ([@koic][])- #13076: Fix an incorrect autocorrect for
Naming/RescuedExceptionsVariableNamewhen using hash value omission. ([@koic][])
Commits
b073d7aCut 1.65.18c4c144Update Changelog19b3d9dMerge pull request #13083 from Earlopain/false-positive-global-std-stream761b917Fix false positive forStyle/GlobalStdStreamfor namespaced constants58eeb7aClarify docs in Naming/PredicateName2443641Add a validate_config for Naming/PredicateName68bd9daMerge pull request #13079 from koic/fix_incorrect_autocorrect_for_naming_resc...748a568Merge pull request #13081 from fatkodima/zero_length_predicate-false-positive70d8e88Fix a false positive forStyle/ZeroLengthPredicatewhen using safe navigati...ea309c2[Fix #13076] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariab...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)