diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-06-01 15:20:02 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-06-01 15:20:02 -0700 |
commit | 00ff985dad64d39a71113fd3299996d0c92fdfc0 (patch) | |
tree | 788e1880773bc7df3342fbac7cd85cbc02b75393 | |
parent | [emacs] Add support for Docker files (diff) | |
download | emacs.d-00ff985dad64d39a71113fd3299996d0c92fdfc0.tar.gz |
[emacs] Add lint for puppet to flycheck.
-rw-r--r-- | emacs.d/core/core-flycheck.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/core/core-flycheck.el b/emacs.d/core/core-flycheck.el index ab33887..11bb20b 100644 --- a/emacs.d/core/core-flycheck.el +++ b/emacs.d/core/core-flycheck.el @@ -31,6 +31,8 @@ (`interrupted " -") (`suspicious '(propertize " ?" 'face 'warning))))) + (setq flycheck-puppet-lint-rc "/Users/fcuny/src/twitter-ops/utilities/puppet/.puppet-lint.rc") + (flycheck-define-checker source-check "A syntax checker for python source code in Source, using `check.pex'" :command ("check.pex" source) |