Skip to content

Releases: jekyll/rubocop-jekyll

v0.13.0

17 Feb 09:04
Compare
Choose a tag to compare

Minor Enhancements

  • Bump RuboCop support to 1.45.x (#27)

Development Fixes

  • Update .github/dependabot.yml (#24)
  • Update .github/workflows/release.yaml (#26)
  • Update .github/workflows/ci.yaml (#25)
  • dependabot: use versioning-strategy: increase (#28)

v0.12.0

16 Sep 13:40
Compare
Choose a tag to compare
  • Upgrade from RuboCop v0.80.x to RuboCop v1.18.x
  • Requires minimum Ruby version 2.5.0
  • Numerous new cops enabled via #22

v0.11.0

19 Mar 15:22
Compare
Choose a tag to compare
  • 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

v0.10.0

16 Jun 07:28
Compare
Choose a tag to compare
  • Drop support for RuboCop versions older than v0.68.0
    • Add rubocop-performance as a runtime dependency.
    • Layout/IndentArray cop is now Layout/IndentFirstArrayElement cop.
    • Layout/IndentHash cop is now Layout/IndentFirstHashElement cop.
  • Add support for upto RuboCop v0.71.x

v0.9.0

18 Mar 10:29
Compare
Choose a tag to compare
  • Allow RuboCop versions from 0.57.2 to 0.66.x
  • Reset configuration for Naming/UncommunicativeMethodParamName cop to use default settings

v0.8.0

20 Feb 06:25
Compare
Choose a tag to compare
  • Allow RuboCop versions from 0.57.2 to 0.65.x

v0.7.0

10 Feb 16:47
Compare
Choose a tag to compare
  • Allow RuboCop versions from 0.57.2 to 0.64.x

v0.6.0

23 Jan 07:46
Compare
Choose a tag to compare
  • Allow RuboCop versions from 0.57.2 to 0.63.x

v0.5.1

03 Jan 14:04
Compare
Choose a tag to compare

Bug Fix

  • Fix excluding spec files from Metrics/BlockLength Cop with regular expression

v0.5.0

03 Jan 07:12
Compare
Choose a tag to compare
  • Allow RuboCop versions from 0.57.2 to 0.62.x
  • Exclude spec files from Metrics/BlockLength check