Skip to content

HAML-Lint 0.16.0

Compare
Choose a tag to compare
@sds sds released this 21 Jan 19:34
· 446 commits to main since this release

This release fixes a breaking change caused by RuboCop 0.36.0, which removed a dependency on the Astrolabe gem. It also includes a few minor bug fixes.

  • Fix MultilineScript to not erroneously report begin/rescue blocks
  • Fix ClassAttributeWithStaticValue to not erroneously report class
    attributes with method call or instance variable values
  • Update minimum RuboCop version to 0.36.0 to fix compatibility issues with
    Astrolabe gem, switching to RuboCop's own implementation instead
  • Fix RuboCop linter to not erroneously report
    Style/IdenticalConditionalBranches warnings