Skip to content

HAML-Lint 0.22.0

Compare
Choose a tag to compare
@trotzig trotzig released this 07 Mar 16:49

This is a big and exciting update for the project, all thanks to fabulous work by @michaelherold!

  • Allow linters to be toggled with inline comments: -# haml-lint:disable IdNames
  • Add new progress reporter, --reporter progress
  • Allow linter to --fail-fast on first file that has a lint above the given --fail-level
  • Add new InstanceVariable linter to find usage of @instance_variables
  • Add new hash reporter to make integrations with other tools simpler
  • Add new AlignmentTabs to catch usage of tabs for alignment
  • Show summary at the end when the --summary flag is used
  • Report syntax errors as a Syntax linter
  • Add new IdNames linter, checking format of #id-strings
  • Add support for Haml 5