From ce1a72b2f0970b1de43ceccf210fe64f69d8ed41 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 11 Oct 2017 15:54:41 +0300 Subject: [PATCH] Hound CI: Specify `ignore_file` for stylelint. --- .hound.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hound.yml b/.hound.yml index 4e09c34437..2a6b055924 100644 --- a/.hound.yml +++ b/.hound.yml @@ -3,6 +3,7 @@ fail_on_violations: true stylelint: config_file: build/.stylelintrc enabled: true + ignore_file: .houndignore eslint: config_file: js/.eslintrc.json