From 97d0ee5e3b96e560ce819762c5315bd9a6daef02 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Wed, 1 Apr 2015 16:08:12 -0700 Subject: [PATCH] Configure Hound to use in-repo SCSS lint config * The `enabled` flag is now turned on. * The file name is `scss/.scss-lint.yml`. https://twitter.com/mdo/status/581544087146254338 --- .hound.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hound.yml b/.hound.yml index 76f1d54328..15269ddb06 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,6 +1,6 @@ scss: - enabled: false - config_file: scss/.scss-style.yml + enabled: true + config_file: scss/.scss-lint.yml ruby: enabled: false