relnotes/v1.77.0.md
Gemspec/AttributeAssignment cop. (@viralpraxis)Style/CollectionQuerying. (@lovro-bikic)DefaultToNil option to Style/FetchEnvVar cop. (@Yuhi-Sato)Gemspec/RequireMFA cop autocorrect to insert MFA directive after last metadata assignment. (@viralpraxis)Layout/SpaceInsideArrayLiteralBrackets cop to analyze nested constant patterns. (@viralpraxis)Style/HashConversion when using nested Hash[]. (@koic)Style/SoleNestedConditional when autocorrecting nested if/unless/if. (@ssagara00)Layout/SpaceBeforeBrackets when call desugared Hash#[] to lvar receiver with a space around the dot. (@koic)Style/RedundantParentheses when assigning a parenthesized one-line in pattern matching. (@koic)Style/RedundantSelf when receiver and lvalue have the same name in or-assignment. (@koic)Lint/SelfAssignment to allow inline RBS comments. (@Morriar)Style/MethodCallWithArgsParentheses false positive on forwarded keyword argument with additional arguments. (@viralpraxis)Style/RedundantParentheses. (@lovro-bikic)Naming/PredicateMethod to consider negation (!/not) as boolean values. (@dvandersluis)Naming/PredicateMethod to treat returned predicate method calls as boolean values. (@dvandersluis)