From a7a9355a58744194b496ab1a69b09b7a74ff3bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 26 Oct 2018 12:13:06 +0200 Subject: [PATCH] Enable SCSS rules in Hound --- .hound.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.hound.yml b/.hound.yml index a9bd7cf34..26cdad927 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,2 +1,4 @@ rubocop: - config_file: .rubocop_basic.yml \ No newline at end of file + config_file: .rubocop_basic.yml +scss: + config_file: .scss-lint.yml \ No newline at end of file