branch: elpa/cider
commit 0e531e80245a32acdd2098153c09cce0e4d928ba
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Try to prevent flycheck temp files from messing up the autoloads generated
by eldev
---
Eldev | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Eldev b/Eldev
index f13ab89ff2f..e53f7fd371c 100644
--- a/Eldev
+++ b/Eldev
@@ -21,6 +21,8 @@
(defvar cider-test-type 'main)
(setf eldev-standard-excludes `(:or ,eldev-standard-excludes
+ ;; Exclude flycheck temporary files
+ "./flycheck_*.el"
;; Avoid including files in test
"projects".
(eldev-pcase-exhaustive cider-test-type
(`main
"./test/*/")