relnotes/v1.33.0.md
Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and EnforcedStyle: consistent of Layout/FirstArgumentIndentation and enabling Layout/FirstMethodArgumentLineBreak. (@koic)Style/ClassAndModuleChildren when using nested one-liner class. (@koic)Style/HashExcept when using reject and calling include? method with symbol array and second block value. (@koic)Style/RedundantSort with logical operator. (@ydah)CacheRootDirectory config option value, RUBOCOP_CACHE_ROOT, and XDG_CACHE_HOME environment variables. (@koic)Style/RedundantCondition when branches contains arithmetic operation. (@koic)Style/SymbolProc when using Hash#reject. (@koic)--cache-root command line option. (@koic)changed_parameters in obsoletion.yml by external library. (@koic)Style/ClassEqualityComparison autocorrection within module. (@r7kamura)Layout/BlockEndNewline when multiline block } is not on its own line and using heredoc argument. (@koic)