From 8f71e1ae09e286213a08b626223338cb92b67725 Mon Sep 17 00:00:00 2001 From: Mark Simpson Date: Wed, 1 Nov 2023 18:42:06 -0400 Subject: [PATCH] Turn off the analyzer as it still doesn't do anything. (_cf._ exercism/common-lisp-analyzer#40) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 7fb8cf02..9dc9ad1f 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "concept_exercises": true, "test_runner": true, "representer": true, - "analyzer": true + "analyzer": false }, "blurb": "A programmable programming language.", "version": 3,