-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Description
Any time I commit a scss file, pre-commit fails with this error:
pre-commit: Stopping commit because of errors.
sh: scss-lint: command not found
I am using pre-commit with a YAML configuration file like this:
:checks: [common, rails, rspec_focus, pry, ruby_symbol_hashrockets, tabs, console_log, debugger, tabs, whitespace, merge_conflict, rubocop, scss_lint]
:warnings: []