Skip to content

ryreitsma/puppet-lint-class_parameter-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet-lint plugin for checking class parameters

A puppet-lint plugin that checks class parameters. Class parameters should be split in two groups, the first group with no default values, the second group with default values. Both groups should be sorted alphabetically.

Codeship Status for ryreitsma/puppet-lint-class_parameter-check

forthebadge

Installation

To use this plugin, add the following like to the Gemfile in your Puppet code base and run bundle install.

gem 'puppet-lint-class_parameter-check'

Usage

This plugin provides a new check to puppet-lint. It supports the --fix option.