From f63b601a3dbac4ee4a8a715c425a54b2acc06622 Mon Sep 17 00:00:00 2001 From: Albert Mink Date: Thu, 23 Jun 2022 15:45:50 +0200 Subject: [PATCH] [abaplint] skip folder aff_types --- abaplint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index a55b060d7..ae3811ea3 100644 --- a/abaplint.json +++ b/abaplint.json @@ -123,7 +123,9 @@ "pragmas": ["##NO_TEXT"], "pseudo": ["#EC NOTEXT"] }, - "unused_types": true, + "unused_types": { + "skipNames": ["/aff_types/"] + }, "begin_single_include": true, "names_no_dash": true, "parser_missing_space": true,