puppet-lint-improved_arrow_alignment
Installation
To add the provided lint checks into a module utilizing the PDK:
- Add the following to the
.sync.yml
in the root of your module--- Gemfile: optional: ':development': - gem: 'puppet-lint-improved_arrow_alignment'
- Run
pdk update
from the root of the module -
pdk validate
will now also use the lint checks provided by this plugin
Usage
This plugin provides one new check to puppet-lint
improved_arrow_alignment
--fix
support: No
This check raises an warning if the arrow alignment is off anywhere within a class.
warning: indentation of => is not properly aligned (expected in column %d, but found it in column %d)