Enable arrow alignment lint check
Discussion following https://review.openstack.org/#/c/200854/ confirmed that we do want to enforce this check. This patch re-enables the check and fixes lint errors that fail the check. Change-Id: I39cdaa5c26668f7815460c489fcde543a57e9a01
This commit is contained in:
parent
140508f8a0
commit
2ecd9d71f9
1
Rakefile
1
Rakefile
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user