From: Stephen Gran Date: Tue, 31 Dec 2013 09:12:30 +0000 (+0000) Subject: we do not want that check X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=bf0cb2f63ad352157c1ccc3a5a6c9fbf35bfc804 we do not want that check Signed-off-by: Stephen Gran --- 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