From eb95e57867f1b5697b8eb3e520b1e6e67631f794 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:22:59 +0200 Subject: [PATCH] Method length exception --- abaplint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abaplint.json b/abaplint.json index d80987386..04b80a369 100644 --- a/abaplint.json +++ b/abaplint.json @@ -319,6 +319,9 @@ "message_exists": true, "method_implemented_twice": true, "method_length": { + "exclude": [ + "zcl_abapgit_convert.clas.locals_imp.abap" + ], "checkForms": true, "errorWhenEmpty": false, "ignoreTestClasses": false,