Revert "Disable arrow alignment puppet lint check"

This reverts commit a2742ec163.

Change-Id: Icb7a47e68d0a22f7cdc3d88b7962c713489757e2
This commit is contained in:
James E. Blair 2015-03-16 11:38:15 -07:00
parent a2742ec163
commit bbc5d6f9de
3 changed files with 114 additions and 115 deletions

View File

@ -6,4 +6,3 @@ PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_autoloader_layout')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')
PuppetLint.configuration.send('disable_arrow_alignment')