Skip to content

v0.11.0

Compare
Choose a tag to compare
@ashmaroli ashmaroli released this 19 Mar 15:22
· 28 commits to master since this release
  • Adds support for upto RuboCop 0.80.x:
    • Layout/IndentFirstArrayElement is now Layout/FirstArrayElementIndentation
    • Layout/IndentFirstHashElement is now Layout/FirstHashElementIndentation
    • Metrics/LineLength is now Layout/LineLength
    • The following cops are enabled by default:
      • Style/HashEachMethods
      • Style/HashTransformKeys
      • Style/HashTransformValues