summary refs log tree commit diff
path: root/emacs.d/core/core-flycheck.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-06-01 15:20:02 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-06-01 15:20:02 -0700
commit00ff985dad64d39a71113fd3299996d0c92fdfc0 (patch)
tree788e1880773bc7df3342fbac7cd85cbc02b75393 /emacs.d/core/core-flycheck.el
parent[emacs] Add support for Docker files (diff)
downloademacs.d-00ff985dad64d39a71113fd3299996d0c92fdfc0.tar.gz
[emacs] Add lint for puppet to flycheck.
Diffstat (limited to 'emacs.d/core/core-flycheck.el')
-rw-r--r--emacs.d/core/core-flycheck.el2
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)