Skip to content

Commit

Permalink
Move clojure-mode tests into their own directory to better keep track…
Browse files Browse the repository at this point in the history
… of them
  • Loading branch information
kommen committed Oct 31, 2024
1 parent 75349ec commit 1d7f84d
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Eldev
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
;; Exclude tests merged from clojure-mode from running, linting and byte compiling
(setf eldev-test-fileset
`(:and ,eldev-test-fileset
(:not "./clojure-mode-*")))
(:not "./clojure-mode-tests/*")))
(setf eldev-standard-excludes
`(:or ,eldev-standard-excludes "./clojure-mode-*"))
`(:or ,eldev-standard-excludes "./clojure-mode-tests/*"))
(setf eldev-lint-ignored-fileset
`(:or ,eldev-lint-ignored-fileset "./clojure-mode-*"))
`(:or ,eldev-lint-ignored-fileset "./clojure-mode-tests/*"))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1d7f84d

Please sign in to comment.