Skip to content

HAML-Lint 0.27.0

Compare
Choose a tag to compare
@sds sds released this 26 Oct 22:15
· 210 commits to main since this release
ee48eb6
  • 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)