From 1e6519403abc7c6e8313cd644cd7f94201d95ce3 Mon Sep 17 00:00:00 2001 From: Daniel Mita <966706+m-dango@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:11:59 +0100 Subject: [PATCH] Enable analyzer (#678) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 395b771d..2c98efc4 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "concept_exercises": true, "test_runner": true, "representer": false, - "analyzer": false + "analyzer": true }, "blurb": "Perl is a highly capable, feature-rich programming language with over 30 years of development. Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.", "version": 3,