From 0878561e50cfcf460de06ff795f08ed19620505c Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 16 Jan 2022 11:13:05 +0100 Subject: [PATCH] Rename .houndci.yml to .hound.yml Because of course the config is not respected when you use the wrong name --- .houndci.yml => .hound.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) rename .houndci.yml => .hound.yml (82%) diff --git a/.houndci.yml b/.hound.yml similarity index 82% rename from .houndci.yml rename to .hound.yml index 0b698db0..5d475afc 100644 --- a/.houndci.yml +++ b/.hound.yml @@ -1,14 +1,15 @@ -sass-lint: - enabled: false - -coffeescript: - enabled: false - -jshint: - enabled: false - -haml: - config_file: .haml-lint.yml - -rubocop: - config_file: .rubocop.yml +sass-lint: + enabled: false + +coffeescript: + enabled: false + +jshint: + enabled: false + +haml: + config_file: .haml-lint.yml + +rubocop: + version: 1.22.1 + config_file: .rubocop.yml