Skip to content

Releases: sds/slim-lint

0.22.1

03 Sep 16:46
@sds sds
v0.22.1
2921154
Compare
Choose a tag to compare
  • Fix CommentControlStatement to not report Template Dependency: directives
  • Fix handling of disabled lines when running across multiple files
  • Add Layout/ClosingParenthesisIndentation to list of ignored RuboCop cops
  • Add Layout/FirstHashElementIndentation to list of ignored RuboCop cops

0.22.0

22 Jul 05:22
@sds sds
v0.22.0
ed6ad8a
Compare
Choose a tag to compare
  • Disable RuboCop Layout/FirstArgumentIndentation
  • Disable RuboCop Layout/LineEndStringConcatenationIndentation
  • Add support for disabling linters on specific lines

Slim-Lint 0.21.0

13 May 02:53
@sds sds
v0.21.0
1ce5737
Compare
Choose a tag to compare
  • Add linter field to JSONReporter
  • Add EmbeddedEngines linter
  • Add EmacsReporter reporter
  • Add --stdin-file-path option for specifying the name of a file passed via standard input

Slim-Lint 0.20.2

13 Oct 06:10
@sds sds
v0.20.2
c2812ae
Compare
Choose a tag to compare
  • Ignore Style/WhileUntilDo RuboCop cop by default

Slim-Lint 0.20.1

26 May 05:15
@sds sds
v0.20.1
96648e2
Compare
Choose a tag to compare
  • Disable Style/IdenticalConditionalBranches cop by default

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