From 265039effc84f73fe64dc4a729c8f8a6d1996c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 17 Sep 2019 13:03:57 +0200 Subject: [PATCH] Remove the current directory from the flycheck configuration --- .dir-locals.el | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 4d29787c6d..3d2abc6c8f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -15,9 +15,6 @@ (expand-file-name (concat directory-of-current-dir-locals-file "./")) - ;; current directory - (expand-file-name (concat default-directory "./")) - ;; libisc (expand-file-name (concat directory-of-current-dir-locals-file "lib/isc/unix/include")) @@ -25,11 +22,16 @@ (concat directory-of-current-dir-locals-file "lib/isc/pthreads/include")) (expand-file-name (concat directory-of-current-dir-locals-file "lib/isc/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "lib/isc")) + (expand-file-name + (concat directory-of-current-dir-locals-file "lib/isc/netmgr")) ;; libdns - (expand-file-name (concat directory-of-current-dir-locals-file "lib/dns/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "lib/dns")) ;; libisccc (expand-file-name @@ -51,6 +53,28 @@ (expand-file-name (concat directory-of-current-dir-locals-file "lib/bind9/include")) + ;; bin + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/check")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/confgen/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/confgen")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/confgen/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/dig/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/named/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/rndc/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/dnssec/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/named/include")) + (expand-file-name + (concat directory-of-current-dir-locals-file "bin/rndc/include")) + (expand-file-name "/usr/local/opt/openssl@1.1/include") (expand-file-name "/usr/local/opt/libxml2/include/libxml2") (expand-file-name "/usr/local/opt/json-c/include/json-c/")