linter-puppet-lint Archived: ... Source Code has been archived

Lint puppet on save using puppet-lint

AtomLinter

55,367

47

Bug Reports

0.9.0

MIT

GitHub

This package provides the following services:

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.