Skip to content

RuboCop Rails v2.32.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 13:42
· 14 commits to master since this release

Bug fixes

  • #1475: Fix Rails/TimeZone cop error on invalid string literal encoding. (@viralpraxis)
  • #1477: Fix an error for Rails/SchemaComment when the comment is passed as a local variable. (@earlopain)

Changes

  • #234: Use globs that are compatible with Engine or Packwerk. (@tdeo)