From dbc01f02648476f8c355f278edfaa4c9bc0fd487 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 15 Jan 2022 22:59:49 +0100 Subject: [PATCH] Add HoundCI configuration --- .houndci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .houndci.yml diff --git a/.houndci.yml b/.houndci.yml new file mode 100644 index 00000000..0b698db0 --- /dev/null +++ b/.houndci.yml @@ -0,0 +1,14 @@ +sass-lint: + enabled: false + +coffeescript: + enabled: false + +jshint: + enabled: false + +haml: + config_file: .haml-lint.yml + +rubocop: + config_file: .rubocop.yml