AtomLinter / linter-puppet-lint

Atom linter plugin for Puppet, using puppet-lint
6 stars 3 forks source link

linter-puppet-lint

This package provides linter support to your Puppet manifests through Atom-Linter using Puppet-Lint.

Preview

Installation

The puppet-lint gem must be installed. If you don't have puppet-lint installed, please follow the instructions here.

Basically, you should execute gem install puppet-lint or bundle install puppet-lint.

The minimum supported version of puppet-lint is 2.0.0.

Plugin installation

Settings

You can configure Linter-Puppet-Lint by going to the settings menu in Atom or by editing `~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-puppet-lint':
  'executablePath': '/usr/bin/puppet-lint' # puppet-lint path.