Skip to content

Releases: sds/slim-lint

0.30.0

28 Sep 17:54
@sds sds
v0.30.0
0dd0903
Compare
Choose a tag to compare
  • Speed up load time by preferring require_relative in internal gem file loading

v0.29.0

08 Sep 03:45
@sds sds
v0.29.0
e8b2658
Compare
Choose a tag to compare
  • Add TagAttribute linter for restricting attribute usage
  • Fix bug where rexml gem was missing if user used RuboCop 1.66.0 or newer

v0.28.0

01 Sep 01:38
@sds sds
v0.28.0
c2b8e7a
Compare
Choose a tag to compare
  • Add Tag linter in #179

Full Changelog: v0.27.0...v0.28.0

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