Skip to content

benprew/flymake-puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Deprecated in favor of: flycheck-puppet

flymake-puppet.el

An Emacs flymake handler for syntax-checking puppet using puppet-lint. Based on Steve Purcell's flymake-coffe

Installation

If you choose not to use one of the convenient packages in Melpa and Marmalade, you'll need to add the directory containing flymake-puppet.el to your load-path, and then (require 'flymake-puppet). You'll also need to install flymake-easy.

Usage

Add the following to your emacs init file:

(require 'flymake-puppet)
(add-hook puppet-mode-hook 'flymake-puppet-load)

About

Emacs flymake integration for puppet-lint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published