[emacs] disable flycheck emacs-lisp-checkdoc for files in etc/
authorAmin Bandali <bandali@gnu.org>
Mon, 3 Dec 2018 14:01:29 +0000 (09:01 -0500)
committerAmin Bandali <bandali@gnu.org>
Mon, 3 Dec 2018 14:01:29 +0000 (09:01 -0500)
etc/.dir-locals.el [new file with mode: 0644]

diff --git a/etc/.dir-locals.el b/etc/.dir-locals.el
new file mode 100644 (file)
index 0000000..e007adb
--- /dev/null
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc)))))