From: XhmikosR Date: Wed, 11 Oct 2017 12:54:41 +0000 (+0300) Subject: Hound CI: Specify `ignore_file` for stylelint. X-Git-Tag: v4.0.0-beta.2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1a72b2f0970b1de43ceccf210fe64f69d8ed41;p=thirdparty%2Fbootstrap.git Hound CI: Specify `ignore_file` for stylelint. --- 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