relnotes/v1.30.0.md
Gemspec/DeprecatedAttributeAssignment cop. (@koic)Style/MapCompactWithConditionalBlock cop. (@nobuyo)--ignore-unrecognized-cops to ignore any unknown cops or departments in .rubocop.yml. (@nobuyo)typed sigil as a magic comment. (@zachahn)TargetRubyVersion: 2.1. (@koic)Layout/IndentationWidth to leave module/class body unchanged to avoid infinite autocorrect loop with Layout/IndentationConsistency when body trails after class/module definition. (@johnny-miyake)Style/RedundantCondition when the branches call the same method on different receivers. (@dvandersluis)Style/For when using array with operator methods as collection. (@nobuyo)Style/SymbolProc when method has no arguments and AllowMethodsWithArguments: true. (@koic)Style/RedundantBegin. (@johnny-miyake)Style/FetchEnvVar in conditions. (@ydah)EnforcedStyle: with_first_argument of Layout/ArgumentAlignment and EnforcedColonStyle: separator of Layout/HashAlignment. (@koic)TargetRubyVersion: 2.4. (@koic)TargetRubyVersion: 2.0. (@koic)TargetRubyVersion: 2.2. (@koic)Style/HashSyntax to exclude files that violate it with EnforceHashShorthandSyntax when running auto-gen-config. (@nobuyo)Style/AccessorGrouping when combining multiple of the same accessor. (@dvandersluis)LineBreakCorrector so that it won't remove a semicolon in the class/module body. (@johnny-miyake)Style/SoleNestedConditional when using unless and && without parens in the outer condition and nested modifier condition. (@koic)inherit_from by auto-gen-config is incorrect if specified config file in a subdirectory as an option. (@nobuyo)TargetRubyVersion: 2.3. (@koic)--auto-gen-config command option ignores specified config file by option. (@nobuyo)Style/RedundantInterpolation as unsafe autocorrection. (@koic)