Releases: jekyll/rubocop-jekyll
Releases · jekyll/rubocop-jekyll
v0.14.0
24 Oct 11:07
Compare
Sorry, something went wrong.
No results found
Minor Enhancements
Bump RuboCop support to 1.57.x (#38 )
Development Fixes
Release gems via GitHub Actions (#39 )
v0.13.0
17 Feb 09:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Allow RuboCop versions from 0.57.2 to 0.65.x
v0.7.0
10 Feb 16:47
Compare
Sorry, something went wrong.
No results found
Allow RuboCop versions from 0.57.2 to 0.64.x
v0.6.0
23 Jan 07:46
Compare
Sorry, something went wrong.
No results found
Allow RuboCop versions from 0.57.2 to 0.63.x
v0.5.1
03 Jan 14:04
Compare
Sorry, something went wrong.
No results found
Bug Fix
Fix excluding spec files from Metrics/BlockLength Cop with regular expression