Skip to content

Commit 99337b4

Browse files
authored
Remove unneeded config-checks (#586)
Configlet now handles these itself. This leaves CONFIG-CHECKER with no checks; but I currently think it is good to keep it in place even being a no-op at the moment. There is still the possibility of track specific checks (for config or otherwise) that could be done in this framework.
1 parent 1d31591 commit 99337b4

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed

src/config-checker.asd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
(:file "utils")
1414
(:file "main")
1515
(:module "checkers"
16-
:components ((:file "each-concept-has-a-directory")
17-
(:file "exercise-concepts-are-in-concept-list"))))
16+
:components ()))
1817

1918
:perform (test-op (o c)
2019
(declare (ignore o c))

src/config-checker/checkers/each-concept-has-a-directory.lisp

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/config-checker/checkers/exercise-concepts-are-in-concept-list.lisp

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)