relnotes/v1.9.1.md
AllowedMethods option to Style/IfWithBooleanLiteralBranches and set nonzero? as default value. (@koic)Style/DisableCopsWithinSourceCodeDirective when using leading source comment. (@koic)Severity: info. (@tejasbubane)Style/SoleNestedConditional when using nested unless modifier with a single expression condition. (@koic)Style/NilComparison when using x == nil as a guard condition'. (@koic)Lint/SymbolConversion for implicit to_sym without a receiver. (@dvandersluis)Layout/FirstParameterIndentation when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@koic)Style/SingleLineMethods using endless methods if the target ruby is < 3.0. (@dvandersluis)Lint/SymbolConversion when hash keys that contain ":". (@koic)Style/IfWithBooleanLiteralBranches when using elsif do_something? with boolean literal branches. (@koic)Layout/SpaceBeforeBrackets when space is used in left bracket. (@koic)Lint/SymbolConversion when hash keys that end with =. (@koic)Lint/DeprecatedConstants when using __ENCODING__. (@koic)StyleGuideBaseURL not functioning with nested departments. (@tas50)Metrics/ParameterLists to be able to write MaxOptionalParameters in rubocop_todo.yml. (@dvandersluis)Style/EvalWithLocation when using eval with block argument. (@koic)Style/IfWithBooleanLiteralBranches as unsafe auto-correction. (@koic)