development-dependency: bump rubocop from 1.17.0 to 1.18.2
Bumps rubocop from 1.17.0 to 1.18.2.
Release notes
Sourced from rubocop's releases.
RuboCop 1.18.2
Bug fixes
- #9894: Handle multiline string literals in
Layout/LineEndStringConcatenationIndentation
. (@jonas054
)- #9890: Make colon after comment annotation configurable. (
@gregfletch
)RuboCop 1.18.1
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
)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.2 (2021-07-02)
Bug fixes
- #9894: Handle multiline string literals in
Layout/LineEndStringConcatenationIndentation
. ([@jonas054
][])- #9890: Make colon after comment annotation configurable. ([
@gregfletch
][])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
-
05d6008
Cut 1.18.2 -
ef69e47
Update Changelog -
8333e8f
[Fix #9890] Make Colon After Comment Annotation Configurable (#9899) -
60125ad
[Fix #9894] Handle multiline strings in LineEndStringConcatenationIndentation -
394d34e
Switch back the docs version -
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 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts