]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Hound config.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 12 Oct 2017 02:12:06 +0000 (05:12 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 11 Nov 2017 23:18:53 +0000 (01:18 +0200)
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream
2. Remove unneeded ignore from .houndignore

.hound.yml
.houndignore

index 2a6b0559242b7941bdf240bc59e60483636b3b46..edc176c2abee8f28d5c30fed861d74d458d91ec3 100644 (file)
@@ -1,18 +1,19 @@
 fail_on_violations: true
 
+eslint:
+  config_file: js/.eslintrc.json
+  enabled: false
+  ignore_file: .houndignore
+
 stylelint:
   config_file: build/.stylelintrc
   enabled: true
   ignore_file: .houndignore
 
-eslint:
-  config_file: js/.eslintrc.json
-  ignore_file: .houndignore
-
-scss:
+jshint:
   enabled: false
 
-jshint:
+scss:
   enabled: false
 
 ruby:
index 7814652fb342546976ffcda38c2d614bd89d0739..88f01a479e492e8b25e3ff0f2c75c1b32c75086c 100644 (file)
@@ -1,4 +1,3 @@
 **/*.min.js
-**/vendor/*
-**/dist/*
-js/tests/*
+**/vendor/**
+**/dist/**