From bf0cb2f63ad352157c1ccc3a5a6c9fbf35bfc804 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 31 Dec 2013 09:12:30 +0000 Subject: [PATCH] we do not want that check Signed-off-by: Stephen Gran --- tools/git-hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/git-hooks/pre-commit b/tools/git-hooks/pre-commit index 243f0629..8364fdce 100755 --- a/tools/git-hooks/pre-commit +++ b/tools/git-hooks/pre-commit @@ -70,7 +70,7 @@ check_puppet_manifest () { case "${file}" in manifests/site.pp|modules/*/manifests/*) if [[ -n "$(which puppet-lint)" ]]; then - puppet-lint --no-hard_tabs-check --no-80chars-check ${pp} >&2 | uniq + puppet-lint --no-hard_tabs-check --no-2sp_soft_tabs-check --no-80chars-check ${pp} >&2 | uniq else echo "Please install puppet-lint (gem install puppet-lint)" >&2 fi -- 2.39.2