Skip to content

Releases: sds/slim-lint

Slim-Lint 0.20.0

03 Jan 22:00
@sds sds
v0.20.0
cdc33c0
Compare
Choose a tag to compare

This is a hotfix to address breaking changes in the upstream RuboCop gem.

  • Update minimum RuboCop version to 0.78.0 due to renaming of various cops and namespaces

Slim-Lint 0.19.0

10 Dec 08:03
@sds sds
v0.19.0
d235bd9
Compare
Choose a tag to compare
  • Remove dependency on sysexits gem
  • Update RuboCop dependency to require 0.77.0 or newer

Slim-Lint 0.18.0

10 Oct 03:49
@sds sds
v0.18.0
278a58b
Compare
Choose a tag to compare
  • Remove explicit dependency on Rake, making it optional as it's only needed for the Rake integration

Slim-Lint 0.17.1

18 Aug 07:41
@sds sds
v0.17.1
fd6dd9a
Compare
Choose a tag to compare
  • Fix CommentControlStatement to not report rubocop:{enable,disable} directives

Slim-Lint 0.17.0

03 May 03:38
@sds sds
v0.17.0
f0a310f
Compare
Choose a tag to compare
  • Disable Layout/AlignArguments and Layout/InitialIndentation cops by default
  • Update EmptyLineAfterGuardClause cop namespace from Style to Layout to fix errors
  • Drop support for Ruby 2.3 and older