Releases: jekyll/rubocop-jekyll
Releases · jekyll/rubocop-jekyll
v0.14.0
Minor Enhancements
- Bump RuboCop support to 1.57.x (#38)
Development Fixes
- Release gems via GitHub Actions (#39)
v0.13.0
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
- 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
- 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
- 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
- Allow RuboCop versions from 0.57.2 to 0.66.x
- Reset configuration for
Naming/UncommunicativeMethodParamName
cop to use default settings
v0.8.0
- Allow RuboCop versions from 0.57.2 to 0.65.x
v0.7.0
- Allow RuboCop versions from 0.57.2 to 0.64.x
v0.6.0
- Allow RuboCop versions from 0.57.2 to 0.63.x
v0.5.1
Bug Fix
- Fix excluding spec files from
Metrics/BlockLength
Cop with regular expression