Skip to content

Releases: sds/haml-lint

HAML-Lint 0.19.0

15 Dec 19:10
@sds sds
f2d9ea4
Compare
Choose a tag to compare

Now that Rake 12 has been released, this simply updates the gem constraint to allow running HAML-Lint using the latest rake.

  • Relax rake gem constraint to allow 12.x

HAML-Lint 0.18.5

15 Dec 19:09
@sds sds
25e9e2b
Compare
Choose a tag to compare

Minor bug fix release.

  • Fix SpaceBeforeScript to not error on tags with inline scripts spanning multiple lines with indented vertical pipes
  • Disable Style/EndOfLine RuboCop cop by default

HAML-Lint 0.18.4

31 Oct 16:51
@sds sds
daafeae
Compare
Choose a tag to compare

Minor bug fix release.

  • Fix ClassesBeforeIds output format to handle id EnforcedStyle option better
  • Add report_lint RSpec matcher to test lint message

HAML-Lint 0.18.3

25 Oct 13:34
@sds sds
ac93481
Compare
Choose a tag to compare

Includes a minor fix making HAML-Lint more pleasant to work with when using the latest version of RuboCop (0.44.1 at time of writing).

  • Disable Metrics/BlockLength cop in RuboCop linter

HAML-Lint 0.18.2

28 Aug 23:03
@sds sds
Compare
Choose a tag to compare

Small bugfix release:

  • Fix Checkstyle output format to handle lints with no associated linter
  • Ignore comments in SpaceBeforeScript linter

HAML-Lint 0.18.1

19 Jul 19:04
@sds sds
ac5c487
Compare
Choose a tag to compare

A hotfix release for an issue introduced in 0.18.0.

  • Fix handling of multiline HAML comments to not pass invalid Ruby code to RuboCop

HAML-Lint 0.18.0

17 Jul 23:29
@sds sds
cfe3407
Compare
Choose a tag to compare

Minor changes and bug fixes.

  • Fix RuboCop linter's ignored_cops setting to not crash when empty string
  • Include linter name in JSON reporter output
  • Allow IDs before classes to be preferred in ClassesBeforeIds linter
  • Respect HAML comments as Ruby code comments so RuboCop cops can be disabled/enabled inline via comments

HAML-Lint 0.17.1

12 Apr 16:34
@sds sds
Compare
Choose a tag to compare

Hotfix for 0.17.0

  • Fix Checkstyle output format to properly quote characters in messages

HAML-Lint 0.17.0

12 Apr 16:33
@sds sds
Compare
Choose a tag to compare

Adds support for Checkstyle output.

  • Add Checkstyle output format
  • Add EmptyObjectReference linter to report tags with empty object references

HAML-Lint 0.16.2

12 Apr 16:32
@sds sds
Compare
Choose a tag to compare

Includes minor bug fixes.

  • Fix UnnecessaryStringOutput to not erroneously warn on lines with equal signs in the middle of the line
  • Fix skip_frontmatter option to preserve line numbers