Skip to content

Instantly share code, notes, and snippets.

@aTei
Last active December 28, 2015 13:46
Show Gist options
  • Select an option

  • Save aTei/40f29182c4ae4fa7910e to your computer and use it in GitHub Desktop.

Select an option

Save aTei/40f29182c4ae4fa7910e to your computer and use it in GitHub Desktop.
Run scss-lint with JSON output
#!/usr/bin/env ruby
exec "scss-lint",
"app/",
"--config", "shared/az-misc/config/scss-lint.yml",
"--format", "JSON",
"--out", "scss-lint-log.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment