puppet-lint: Enforce 2sp_soft_tables puppet-lint check.

This cleans up the puppet codebase's whitespace formatting to be more
consistent.
This commit is contained in:
Tim Abbott
2018-08-13 12:27:41 -07:00
parent b26e0a957d
commit d0b51b70f4
10 changed files with 94 additions and 91 deletions

View File

@@ -16,7 +16,6 @@ EXCLUDED_FILES = [
PUPPET_CHECK_RULES_TO_EXCLUDE = [
"--no-double_quoted_strings-check",
"--no-2sp_soft_tabs-check",
"--no-documentation-check",
"--no-80chars-check",
]