Releases: sds/haml-lint
Releases · sds/haml-lint
HAML-Lint 0.35.0
HAML-Lint 0.34.2
- Update ignored cops to support cop renames introduced by RuboCop 0.79.0
HAML-Lint 0.34.1
Minor bugfix release.
- Update ignored cops to support cop renames introduced by RuboCop 0.77.0
HAML-Lint 0.34.0
Quick fix for a new release of Rake.
- #313 Remove explicit dependency on Rake, making it optional as it's only need for the Rake integration
HAML-Lint 0.33.0
Fixes a bug that may introduce other behavioral changes, hence the minor version bump rather than patch update.
- #312 - Fix handling of
haml-lint:disable
directives in some cases
HAML-Lint 0.32.0
HAML-Lint 0.31.0
- Allow HAML Lint spec helpers to be loaded with
require
in other projects
HAML-Lint 0.30.0
- Drop support for HAML 4.1 beta
- Fix broken Rake task regression introduced in 0.28.0
HAML-Lint 0.29.0
- Fix
--auto-gen-config
to allow running with an existing configuration file - Fix
config
option for the Rake task to not be ignored - Fix the span of multiline nodes to be more precise
- Ignore
Layout/AlignHash
cops by default - Drop support for Ruby 2.3 or older
- Allow
ViewLength
linter to be disabled inline - Allow comment banners in
LeadingCommentSpace
linter
HAML-Lint 0.28.0
- Fix
ClassAttributeWithStaticValue
to gracefully handle certain malformed
attributes - Add ability to include custom linters
- Drop support for Ruby 2.1
- Fix passing absolute filenames ignoring relative path excludes config