Skip to content

Atom linter plugin for Puppet, using puppet-lint

Notifications You must be signed in to change notification settings

dotspec/linter-puppet-lint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linter-puppet-lint

This package will lint your .pp opened files in Atom through puppet-lint.

Installation

  • Install puppet-lint
  • $ apm install language-puppet (if you don't have language-puppet installed)
  • $ apm install linter (if you don't have linter installed)
  • $ apm install linter-puppet-lint

Settings

You can configure linter-puppet-lint by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-puppet-lint':
  'puppetLintArguments': '--no-autoloader_layout-check'
  'puppetLintExecutablePath': null # puppet-lint path. run 'which puppet-lint' to find the path

Donation

Share the love!

About

Atom linter plugin for Puppet, using puppet-lint

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%