Skip to content

HAML-Lint 0.14.0

Compare
Choose a tag to compare
@sds sds released this 09 Jun 23:57
· 511 commits to main since this release

This release includes a significant refactor that makes it much easier to test and extend haml-lint going forward. One important point to note is that support for Ruby 1.9.3 has been dropped (since it was EOLed in February 2015).

New Features

  • Add severity linter option allowing the severity of a lint to be explicitly
    specified

Changes

  • Change required Ruby version from 1.9.3+ to 2.0.0+ since 1.9.3 has been EOLed

Bug Fixes

  • Fix false positives in UnnecessaryStringOutput for strings starting with
    reserved HAML characters (where enclosing in a string is required)
  • Fix RuboCop to report correct lines for cops reported on interpolated Ruby
    code in filters