Releases: sds/haml-lint
Releases · sds/haml-lint
HAML-Lint 0.42.0
- Add support for setting RuboCop configuration in
haml-lint.yml
- Fix issue where
forwardable
gem requirement not loaded
HAML-Lint 0.41.0
- Add support for HAML 6 beta
- Fix Ruby extractor to keep newlines in certain cases
HAML-Lint 0.40.1
- Fix
InstanceVariables
check in multiline blocks
HAML-Lint 0.40.0
- Fix
SpaceInsideHashAttribute
to allow attributes across multiple lines on HAML 5.2.
HAML-Lint 0.39.0
- Revert change to
SpaceInsideHashAttribute
since it was not compatible across all HAML versions
HAML-Lint 0.38.0
- 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
- Add
Layout/ArgumentAlignment
to list of RuboCop cops ignored by default
HAML-Lint 0.37.0
- #329 Improve performance by reusing
RuboCop::CLI
instance