Skip to content

Releases: sds/slim-lint

0.27.0

01 Apr 07:27
@sds sds
v0.27.0
13ae02e
Compare
Choose a tag to compare
  • Add InstanceVariables linter
  • Add StrictLocalsMissing linter
  • Fix EmbeddedEngines linter missing indented uses

0.26.0

16 Jan 23:11
@sds sds
v0.26.0
b65f9b9
Compare
Choose a tag to compare
  • Revert "Fix ControlSpacingStatement linter handling of = in some cases"

0.25.0

10 Jan 01:09
@sds sds
v0.25.0
251c1c8
Compare
Choose a tag to compare
  • Drop support for Ruby 2.x
  • Fix ControlSpacingStatement linter handling of = in some cases

0.24.0

02 Feb 01:09
@sds sds
v0.24.0
ba963fa
Compare
Choose a tag to compare
  • Require RuboCop 1.x or newer
  • Silence Parser gem warnings on startup

0.23.0

27 Jan 00:55
@sds sds
v0.23.0
a4299ea
Compare
Choose a tag to compare
  • Add Zwsp to report zero-width space characters
  • Allow Slim version 5.x

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