puppet-lint-improved_arrow_alignment
Installation
To add the provided lint checks into a module utilizing the PDK:
- Add the following to the
.sync.ymlin the root of your module--- Gemfile: optional: ':development': - gem: 'puppet-lint-improved_arrow_alignment'
- Run
pdk updatefrom the root of the module -
pdk validatewill 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)