Rubocop v0.24.1 Release Notes

Release Date: 2014-07-03 // almost 10 years ago
  • ๐Ÿ› Bugs fixed

    • #1174: Fix --auto-correct crash in AlignParameters. ([@jonas054][])
    • #1176: Fix --auto-correct crash in IndentationWidth. ([@jonas054][])
    • ๐Ÿ›  #1177: Avoid suggesting underscore-prefixed name for unused keyword arguments and auto-correcting in that way. ([@yujinakayama][])
    • #1157: Validate --only arguments later when all cop names are known. ([@jonas054][])
    • #1188, #1190: Fix crash in LineLength cop when AllowURI option is enabled. ([@yujinakayama][])
    • #1191: Fix crash on empty body branches in a loop in Next cop. ([@yujinakayama][])