Skip to content

Releases: sds/haml-lint

HAML-Lint 0.42.0

27 Sep 05:08
@sds sds
v0.42.0
f8e3d9f
Compare
Choose a tag to compare
  • Add support for setting RuboCop configuration in haml-lint.yml
  • Fix issue where forwardable gem requirement not loaded

HAML-Lint 0.41.0

20 Sep 17:03
@sds sds
v0.41.0
4f23cc3
Compare
Choose a tag to compare
  • Add support for HAML 6 beta
  • Fix Ruby extractor to keep newlines in certain cases

HAML-Lint 0.40.1

20 Aug 19:25
@sds sds
v0.40.1
57786c4
Compare
Choose a tag to compare
  • Fix InstanceVariables check in multiline blocks

HAML-Lint 0.40.0

27 Feb 04:59
@sds sds
v0.40.0
1231b39
Compare
Choose a tag to compare
  • Fix SpaceInsideHashAttribute to allow attributes across multiple lines on HAML 5.2.

HAML-Lint 0.39.0

26 Feb 04:02
@sds sds
v0.39.0
3559ecb
Compare
Choose a tag to compare
  • Revert change to SpaceInsideHashAttribute since it was not compatible across all HAML versions

HAML-Lint 0.38.0

24 Feb 06:46
@sds sds
v0.38.0
d0a492d
Compare
Choose a tag to compare
  • Fix config merging behavior so new empty array (the default) does not overwrite old array * Fix SpaceInsideHashAttribute to allow attributes across multiple lines
  • Add OffenseCountReporter (use by specifying --reporter offense-count)

HAML-Lint 0.37.1

30 Jun 06:45
@sds sds
v0.37.1
bc79021
Compare
Choose a tag to compare
  • Add Layout/ArgumentAlignment to list of RuboCop cops ignored by default

HAML-Lint 0.37.0

07 Jan 07:45
@sds sds
v0.37.0
6999b40
Compare
Choose a tag to compare
  • #329 Improve performance by reusing RuboCop::CLI instance

HAML-Lint 0.36.0

01 Oct 02:32
@sds sds
v0.36.0
f2f9f3e
Compare
Choose a tag to compare
  • #322 Add support for --parallel flag to run linters in parallel
  • #326 Relax haml gem version constraint to allow 5.2.x

HAML-Lint 0.35.0

01 Mar 03:35
@sds sds
v0.35.0
19b9afd
Compare
Choose a tag to compare

This release adds support for Ruby 2.7.

  • #318 Fail HAML-Lint run when RuboCop exits unsuccessfully
  • #320 Add support for Ruby 2.7