Last active
December 28, 2015 13:46
-
-
Save aTei/40f29182c4ae4fa7910e to your computer and use it in GitHub Desktop.
Run scss-lint with JSON output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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