]> 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:07:23 +0000 (13:07 +0200)
.dir-locals.el

index 4141681953e1d042d6b700725c5cba2955fef4e1..01fa828841f4aa1523f028da26477b837f4b8bba 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/include")