Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Atom linter plugin for Puppet, using puppet-lint

Notifications You must be signed in to change notification settings

AtomLinter/linter-puppet-lint

Repository files navigation

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

  • $ apm install linter-puppet-lint

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.

About

Atom linter plugin for Puppet, using puppet-lint

Resources

Stars

Watchers

Forks

Packages

No packages published