/flymake-puppet

Emacs flymake integration for puppet-lint

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

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)