From: vsn4ik Date: Sun, 1 Jan 2017 23:13:22 +0000 (+0300) Subject: Drop jscs on hound config X-Git-Tag: v4.0.0-alpha.6~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6999b7ba904e16a0a270692bcaf18745bfd77f;p=thirdparty%2Fbootstrap.git Drop jscs on hound config --- diff --git a/.hound.yml b/.hound.yml index 6c5f60998f..b5810115bc 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,8 +1,8 @@ fail_on_violations: true scss: - config_file: scss/.scss-lint.yml enabled: true + config_file: scss/.scss-lint.yml javascript: enabled: false @@ -12,9 +12,5 @@ eslint: config_file: js/.eslintrc.json ignore_file: .houndignore -jscs: - enabled: true - config_file: js/.jscsrc - ruby: enabled: false