No release in over a year
Extends puppet-lint to better handle => alignment.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.1, < 3.0
 Project Readme

puppet-lint-improved_arrow_alignment

Gem Version

Installation

To add the provided lint checks into a module utilizing the PDK:

  1. Add the following to the .sync.yml in the root of your module
    ---
    Gemfile:
      optional:
        ':development':
          - gem: 'puppet-lint-improved_arrow_alignment'
  2. Run pdk update from the root of the module
  3. 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)