relnotes/v1.28.0.md
AllowComments option to Style/RedundantInitialize is true by default. (@koic)Style/RedundantInitialize. (@koic)use_builtin_english_names style to Style/SpecialGlobalVars. (@splattael)Style/ObjectThen cop. (@ydah)Style/FetchEnvVar cop. (@johnny-miyake)Lint/DuplicateRequire. (@koic)--display-only-correctable and --display-only-safe-correctable. (@nobuyo)Layout/CaseIndentation. (@ydah)Style/MultilineTernaryOperator when returning a multiline ternary operator expression with break, next, or method call. (@koic)Style/SoleNestedConditional causes logical error when using a outer condition of method call by omitting parentheses for method arguments. (@nobuyo)Style/RedundantRegexpCharacterClass when using regexp character class with a character class containing multiple unicode code-points. (@koic)Style/DoubleNegation when inside returned conditional clauses with Ruby 2.7's pattern matching. (@koic)Style/SingleArgumentDig when using multiple dig in a method chain. (@koic)Layout/TrailingWhitespace. (@dvandersluis)Layout/MultilineMethodCallIndentation breaks indentation for nesting of method calls. (@nobuyo)Style/SpecialGlobalVars when global variable as Perl name is used multiple times. (@koic)Lint/EmptyConditionalBody when missing second elsif body. (@koic)IgnoredPatterns in favour of AllowedPatterns. (@dvandersluis)AllowConsecutiveConditionals option to Style/GuardClause and the option is false by default. (@ydah)Style/RedundantInitialize as unsafe. (@koic)AllowComments option to Style/SymbolProc and the option is false by default. (@ydah)