development-dependency: bump rubocop from 1.22.3 to 1.23.0
Bumps rubocop from 1.22.3 to 1.23.0.
Release notes
Sourced from rubocop's releases.
RuboCop 1.23
New features
- #10202: Add new
Lint/UselessRuby2Keywords
cop. (@dvandersluis
)- #10217: Add new
Style/OpenStructUse
cop. (@mttkay
)- #10243: Add new
Gemspec/RequireMFA
cop. (@dvandersluis
)Bug fixes
- #10203: Fix
Style/FormatStringToken
to respectIgnoredMethods
with nested structures. (@tejasbubane
)- #10242: Fix
last_column
value forJSONFormatter
. (@koic
)- #10229: Fix a false positive for
Style/StringLiterals
whenEnforcedStyle: double_quotes
and using single quoted string with backslash. (@koic
)- #10174: Fix inherit_from_remote should follow remote includes path starting with
./
. (@hirasawayuki
)- #10234: Fix an error for
Style/Documentation
when using a cbase class. (@koic
)- #10227: Fix a false positive for
Style/ParenthesesAroundCondition
when parentheses in multiple expressions separated by semicolon. (@koic
)- #10230: Fix a false positive for
Lint/AmbiguousRange
when a range is composed of all literals except basic literals. (@koic
)Changes
- #10221: Update
Naming::FileName
to recognizeStruct
s as classes that satisfy theExpectMatchingDefinition
requirement. (@dvandersluis
)- #10220: Update
Naming/FileName
to makeCheckDefinitionPathHierarchy
roots configurable. (@grosser
)- #10199: Change
AllowAdjacentOneLineDefs
config parameter ofLayout/EmptyLineBetweenDefs
totrue
by default . (@koic
)- #10236: Make
Lint/NumberConversion
aware ofto_r
. (@koic
)
Changelog
Sourced from rubocop's changelog.
1.23.0 (2021-11-15)
New features
- #10202: Add new
Lint/UselessRuby2Keywords
cop. ([@dvandersluis
][])- #10217: Add new
Style/OpenStructUse
cop. ([@mttkay
][])- #10243: Add new
Gemspec/RequireMFA
cop. ([@dvandersluis
][])Bug fixes
- #10203: Fix
Style/FormatStringToken
to respectIgnoredMethods
with nested structures. ([@tejasbubane
][])- #10242: Fix
last_column
value forJSONFormatter
. ([@koic
][])- #10229: Fix a false positive for
Style/StringLiterals
whenEnforcedStyle: double_quotes
and using single quoted string with backslash. ([@koic
][])- #10174: Fix inherit_from_remote should follow remote includes path starting with
./
. ([@hirasawayuki
][])- #10234: Fix an error for
Style/Documentation
when using a cbase class. ([@koic
][])- #10227: Fix a false positive for
Style/ParenthesesAroundCondition
when parentheses in multiple expressions separated by semicolon. ([@koic
][])- #10230: Fix a false positive for
Lint/AmbiguousRange
when a range is composed of all literals except basic literals. ([@koic
][])Changes
- #10221: Update
Naming::FileName
to recognizeStruct
s as classes that satisfy theExpectMatchingDefinition
requirement. ([@dvandersluis
][])- #10220: Update
Naming/FileName
to makeCheckDefinitionPathHierarchy
roots configurable. ([@grosser
][])- #10199: Change
AllowAdjacentOneLineDefs
config parameter ofLayout/EmptyLineBetweenDefs
totrue
by default . ([@koic
][])- #10236: Make
Lint/NumberConversion
aware ofto_r
. ([@koic
][])
Commits
-
2738602
Cut 1.23 -
95e851c
Update Changelog -
5780761
Add newGemspec/RequireMFA
cop. -
12e0993
Refactor shared gemspec matcher into a mixin. -
bdb92d6
Merge pull request #10246 from koic/tweak_offense_range_for_layout_space_in_l... -
e152d25
Merge pull request #10224 from grosser/grosser/paths -
9cb95c9
[Fix #10220] Naming/FileName: make CheckDefinitionPathHierarchy roots configu... -
dc7ffcb
Tweak offense range forLayout/SpaceInLambdaLiteral
-
1502503
Add rubocop-graphql as a third-party extension in the docs -
c7c498f
Add rubocop-graphql to suggested extensions - 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