HAML-Lint 0.16.0
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 reportbegin
/rescue
blocks - Fix
ClassAttributeWithStaticValue
to not erroneously reportclass
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