Skip to content

SCSS-Lint 0.33.0

Compare
Choose a tag to compare
@sds sds released this 21 Jan 22:09

This release includes a infinite loop bugfix and some changes to the rake task that comes with scss-lint.

  • Call Kernel.exit with status code returned by CLI in rake task (unless 0)
  • Allow list of files and glob patterns to be passed as task arguments
    to rake task
  • Allow custom configuration file to be specified in rake task
  • Fix infinite loop in SpaceAfterComma for arguments spanning multiple
    lines