Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 3.0 kB | |
RuboCop v1.77.0 source code.tar.gz | 2025-06-20 | 2.7 MB | |
RuboCop v1.77.0 source code.zip | 2025-06-20 | 3.8 MB | |
Totals: 3 Items | 6.5 MB | 0 |
New features
- #14223: Add new
Gemspec/AttributeAssignment
cop. (@viralpraxis) - #14128: Allow long fully-qualified namespace strings to exceed max length. (@niranjan-patil)
- #14288: Add new cop
Style/CollectionQuerying
. (@lovro-bikic) - #14165: Add new
DefaultToNil
option toStyle/FetchEnvVar
cop. (@Yuhi-Sato) - #14314: Enhance
Gemspec/RequireMFA
cop autocorrect to insert MFA directive after lastmetadata
assignment. (@viralpraxis) - #14159: Enhance
Layout/SpaceInsideArrayLiteralBrackets
cop to analyze nested constant patterns. (@viralpraxis)
Bug fixes
- #14306: Fix an error for
Style/HashConversion
when using nestedHash[]
. (@koic) - #14298: Fix an error for
Style/SoleNestedConditional
when autocorrecting nested if/unless/if. (@ssagara00) - #14313: Fix a false positive for
Layout/SpaceBeforeBrackets
when call desugaredHash#[]
to lvar receiver with a space around the dot. (@koic) - #14292: Fix false positives for
Style/RedundantParentheses
when assigning a parenthesized one-linein
pattern matching. (@koic) - #14296: Fix false positives for
Style/RedundantSelf
when receiver and lvalue have the same name in or-assignment. (@koic) - #14303: Fix
Lint/SelfAssignment
to allow inline RBS comments. (@Morriar) - #14307: Fix
Style/MethodCallWithArgsParentheses
false positive on forwarded keyword argument with additional arguments. (@viralpraxis) - #14301: Fix autocorrection syntax error for multiline expressions in
Style/RedundantParentheses
. (@lovro-bikic)
Changes
- #14295: Update
Naming/PredicateMethod
to consider negation (!
/not
) as boolean values. (@dvandersluis) - #14255: Update
Naming/PredicateMethod
to treat returned predicate method calls as boolean values. (@dvandersluis)