Skip to content

Releases: sds/haml-lint

HAML-Lint 0.34.2

07 Feb 16:33
@sds sds
v0.34.2
4af93d3
Compare
Choose a tag to compare
  • Update ignored cops to support cop renames introduced by RuboCop 0.79.0

HAML-Lint 0.34.1

10 Dec 08:13
@sds sds
v0.34.1
c4c4fad
Compare
Choose a tag to compare

Minor bugfix release.

  • Update ignored cops to support cop renames introduced by RuboCop 0.77.0

HAML-Lint 0.34.0

02 Oct 16:23
@sds sds
v0.34.0
8044ea5
Compare
Choose a tag to compare

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

18 Aug 07:23
@sds sds
v0.33.0
93d75ef
Compare
Choose a tag to compare

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

03 Jun 17:43
@sds sds
v0.32.0
7d2616b
Compare
Choose a tag to compare
  • #305 - Support HAML 5.1
  • #309 - Ignore Layout/CaseIndentation RuboCop cop by default

HAML-Lint 0.31.0

16 May 14:41
@sds sds
Compare
Choose a tag to compare
  • Allow HAML Lint spec helpers to be loaded with require in other projects

HAML-Lint 0.30.0

03 May 22:26
@sds sds
v0.30.0
024c773
Compare
Choose a tag to compare
  • Drop support for HAML 4.1 beta
  • Fix broken Rake task regression introduced in 0.28.0

HAML-Lint 0.29.0

03 May 02:42
@sds sds
v0.29.0
9336c92
Compare
Choose a tag to compare
  • 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

07 Jun 06:12
@sds sds
v0.28.0
e86a20f
Compare
Choose a tag to compare
  • 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

HAML-Lint 0.27.0

26 Oct 22:15
@sds sds
ee48eb6
Compare
Choose a tag to compare
  • Respect severity levels of RuboCop cops in reported lints
  • Fix --fail-level and --fail-fast to work when specified together
  • Fix erroneous Layout/CommentIndentation cop warnings for HAML multiline comments
  • Update default RuboCop exclusions to handle new Layout/ElseAlignment,
    Layout/EndOfLine, Metrics/BlockNesting, and Naming/FileName cops which were
    moved to new namespaces. Style/FinalNewline was removed.
  • Require RuboCop 0.50.0 or newer
  • Drop support for Ruby 2.0 since RuboCop dropped support (Ruby 2.1+ is still supported)