relnotes/v1.10.0.md
Style/HashConversion cop. (@zverok)Gemspec/DateAssignment cop. (@koic)IgnoreModules configuration to Style/ConstantVisibility to not register offense for module definitions. (@tejasbubane)Style/EvalWithLocation cop. (@cteece)Lint/Debugger so that only specific receivers for debug methods lead to offenses. (@dvandersluis)Layout/SpaceBeforeBrackets when multiple spaces are inserted inside the left bracket. (@koic)Lint/RedundantSplatExpansion when expanding Array.new call on method argument. (@koic)Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and EnforcedStyle: consistent of Layout/FirstArgumentIndentation. (@koic)Style/ExplicitBlockArgument when yield is inside block of super. (@koic)Lint/MultipleComparison when using &, |, and ^ set operation operators in multiple comparison. (@koic)Lint/ElseLayout when using multiple elsifs. (@koic)Style/HashConversion when using hash argument Hash[]. (@koic)Lint/DeprecatedOpenSSLConstant when using no argument algorithm. (@koic)Style/EvalWithLocation cop. (@taichi-ishitani)