relnotes/v1.29.0.md
Gemspec/DependencyVersion cop. (@nobuyo)AllowedPatterns configuration option to Naming/VariableNumber and Naming/VariableName. (@henrahmagix)Style/EnvHome cop. (@koic)Style/DoubleNegation when using define_method or define_singleton_method. (@ydah)Style/FetchEnvVar when calling a method with safe navigation. (@koic)Style/FetchEnvVar when comparing with ENV['TERM']. (@koic)Style/RaiseArgs with EnforcedStyle: compact and exception object is assigned to a local variable. (@nobuyo)Style/RedundantCondition by considering the case that variable assignments in each branch. (@nobuyo)Style/MultilineTernaryOperator if using assignment method and condition/branch is multiline. (@nobuyo)--display-only-fail-level-offenses and --auto-correct. (@nobuyo)