summary refs log tree commit diff
path: root/emacs.d/core
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core')
-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)