From d0d0e328f9c1ee444c7d5472a42b8ee83f7552c8 Mon Sep 17 00:00:00 2001 From: Alexander Tsybulsky Date: Wed, 28 Dec 2022 11:53:13 +0200 Subject: [PATCH] get back cyclic check --- abaplint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index d329d7c..04d899f 100644 --- a/abaplint.json +++ b/abaplint.json @@ -26,7 +26,7 @@ "check_subrc": false, "classic_exceptions_overlap": true, "constant_classes": true, - "cyclic_oo": false, + "cyclic_oo": true, "cyclomatic_complexity": false, "dangerous_statement": true, "db_operation_in_loop": true,