rubocop-jekyll

A RuboCop extension to enforce common code style in Jekyll and Jekyll plugins

MIT License

Downloads
44.2K
Stars
7
Committers
5

Bot releases are hidden (Show)

rubocop-jekyll - v0.12.0

Published by ashmaroli about 3 years ago

  • Upgrade from RuboCop v0.80.x to RuboCop v1.18.x
  • Requires minimum Ruby version 2.5.0
  • Numerous new cops enabled via #22
rubocop-jekyll - v0.11.0

Published by ashmaroli over 4 years ago

  • 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
rubocop-jekyll - v0.10.0

Published by ashmaroli over 5 years ago

  • 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
rubocop-jekyll - v0.9.0

Published by ashmaroli over 5 years ago

  • Allow RuboCop versions from 0.57.2 to 0.66.x
  • Reset configuration for Naming/UncommunicativeMethodParamName cop to use default settings
rubocop-jekyll - v0.8.0

Published by ashmaroli over 5 years ago

  • Allow RuboCop versions from 0.57.2 to 0.65.x
rubocop-jekyll - v0.7.0

Published by ashmaroli over 5 years ago

  • Allow RuboCop versions from 0.57.2 to 0.64.x
rubocop-jekyll - v0.6.0

Published by ashmaroli over 5 years ago

  • Allow RuboCop versions from 0.57.2 to 0.63.x
rubocop-jekyll - v0.5.1

Published by ashmaroli almost 6 years ago

Bug Fix

  • Fix excluding spec files from Metrics/BlockLength Cop with regular expression
rubocop-jekyll - v0.5.0

Published by ashmaroli almost 6 years ago

  • Allow RuboCop versions from 0.57.2 to 0.62.x
  • Exclude spec files from Metrics/BlockLength check
rubocop-jekyll - v0.4.0

Published by ashmaroli almost 6 years ago

  • Allow RuboCop versions from 0.57.2 to 0.61.x
  • Monitor all Ruby source paths that are not explicitly excluded
rubocop-jekyll - v0.3.0

Published by ashmaroli almost 6 years ago

Allow RuboCop versions from 0.57.2 till 0.60.x

rubocop-jekyll - v0.2.0

Published by ashmaroli about 6 years ago

  • Allows use of Rubocop 0.59.x
  • Adds config for Naming/MemoizedInstanceVariableName
rubocop-jekyll - Initial Release

Published by ashmaroli over 6 years ago

  • Package existing custom cops bundled with Jekyll-3.8.3
  • Include an updated version of .rubocop.yml bundled with Jekyll-3.8.3
  • Bundled configuration is compatible with Rubocop ~> 0.57.2