Skip to content

rafitadiaz/linter-puppet-lint-for-linter-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linter-puppet-lint-for-linter-3

This package provides linter support to your puppet files trough atom-linter using puppet-lint

It's completly based on linter-ruby https://github.com/AtomLinter/linter-ruby they did the dirty job

Preview

Installation

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

Also the pupet-lint gem must be installed. If your don't have puppet-lint installed, please follow the instructions here.

But basically you should do gem install puppet-lint

Plugin installation

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

Settings

You can configure linter-puppet-lint-for-linter-3 going to the settings menu in atom or by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

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

About

A linter puppet compatible with atom linter 3.0 based on linter-ruby

Resources

Stars

Watchers

Forks

Packages

No packages published