]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove the current directory from the flycheck configuration
authorOndřej Surý <ondrej@sury.org>
Tue, 17 Sep 2019 11:03:57 +0000 (13:03 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 17 Sep 2019 11:05:10 +0000 (13:05 +0200)
.dir-locals.el

index 4d29787c6d0fe58895306a58d43a41f44d5a861e..3d2abc6c8fb7d3763715a4e0e65c76c3d4c20395 100644 (file)
@@ -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"))
                (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
               (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/")