Back to Rubocop

V1.3.1

relnotes/v1.3.1.md

1.86.11.7 KB
Original Source

Bug fixes

  • #9037: Fix required_ruby_version issue when using Gem::Requirement. (@cetinajero)
  • #9039: Fix stack level too deep error if target directory contains **. (@unasuke)
  • #6962: Limit Layout/ClassStructure constant order autocorrect to literal constants. (@tejasbubane)
  • #9032: Fix an error for Style/DocumentDynamicEvalDefinition when using eval-type method with interpolated string that is not heredoc without comment doc. (@koic)
  • #9049: Have Lint/ToEnumArguments accept __callee__. (@marcandre)
  • #9050: Fix a false positive for Style/NegatedIfElseCondition when if with !! condition. (@koic)
  • #9041: Fix a false positive for Naming/VariableNumber when using integer symbols. (@koic)

Changes

  • #9045: Have cut_release handle "config/default" and generate cops doc. (@marcandre)
  • #9036: Allow enums method by default for Lint/ConstantDefinitionInBlock. (@koic)
  • #9035: Only complain about SafeYAML if it causes issues. (@marcandre)