Bump rubocop from 1.17.0 to 1.18.1
Created by: dependabot[bot]
Bumps rubocop from 1.17.0 to 1.18.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.18
New features
Bug fixes
- #9803: Fix
Bundler/GemVersion
cop not respecting git tags. (@tejasbubane
,@timlkelly
)- #9882: Fix an incorrect auto-correct for
Layout/LineLength
when using heredoc as the first method argument and omitting parentheses. (@koic
)- #7592: Add cop
Layout/LineEndStringConcatenationIndentation
. (@jonas054
)- #9880: Fix a false positive for
Style/RegexpLiteral
when using a regexp starts with a blank as a method argument. (@koic
)- #9888: Fix a false positive for
Layout/ClosingParenthesisIndentation
when using keyword arguemnts. (@koic
)- #9886: Fix indentation in Style/ClassAndModuleChildren. (
@markburns
)Changes
- #9144: Add
aggressive
andconservative
modes of operation forStyle/StringConcatenation
cop. (@tejasbubane
)
Changelog
Sourced from rubocop's changelog.
1.18.1 (2021-06-30)
Bug fixes
- #9897: Fix an incorrect auto-correct for
Layout/HashAlignment
when settingEnforcedStyle: with_fixed_indentation
ofLayout/ArgumentAlignment
and using misaligned keyword arguments. ([@koic
][])Changes
- #9895: Set
CheckStrings: false
and Removemaster
fromFlaggedTerms
forNaming/InclusiveLanguage
. ([@koic
][])1.18.0 (2021-06-29)
New features
Bug fixes
- #9803: Fix
Bundler/GemVersion
cop not respecting git tags. ([@tejasbubane
][], [@timlkelly
][])- #9882: Fix an incorrect auto-correct for
Layout/LineLength
when using heredoc as the first method argument and omitting parentheses. ([@koic
][])- #7592: Add cop
Layout/LineEndStringConcatenationIndentation
. ([@jonas054
][])- #9880: Fix a false positive for
Style/RegexpLiteral
when using a regexp starts with a blank as a method argument. ([@koic
][])- #9888: Fix a false positive for
Layout/ClosingParenthesisIndentation
when using keyword arguemnts. ([@koic
][])- #9886: Fix indentation in Style/ClassAndModuleChildren. ([
@markburns
][])Changes
- #9144: Add
aggressive
andconservative
modes of operation forStyle/StringConcatenation
cop. ([@tejasbubane
][])
Commits
-
d61ce76
Cut 1.18.1 -
1784c4b
Update Changelog -
1ca14c9
Fix an incorrect auto-correct forLayout/HashAlignment
-
02b1b14
Merge pull request #9813 from tejasbubane/rubocop-rake -
e74ff40
Add rubocop-rake -
122109a
[Fix #9895] SetCheckStrings: false
and removemaster
fromFlaggedTerms
... -
ba3e33e
Allow the term "Mastercard" -
b245230
Switch back the docs version -
f1f6414
Cut 1.18 -
8f3bde2
Update Changelog - 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)