From 34bb266398e70516b85feeddae8582e31cc7cec3 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:44:07 -0400 Subject: [PATCH] Remove lint exceptions (#5838) Fixed by #5837 --- abaplint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/abaplint.json b/abaplint.json index 1d4bc6950..9b06f6803 100644 --- a/abaplint.json +++ b/abaplint.json @@ -86,7 +86,6 @@ "parser_702_chaining": true, "sy_modification": { "exclude": [ - "zcl_abapgit_ajson.clas.locals_imp.abap", "zcl_abapgit_objects_program.clas.abap" ] }, @@ -94,8 +93,6 @@ "function_module_recommendations": false, "method_overwrites_builtin": { "exclude": [ - "zcl_abapgit_ajson.clas.locals_imp.abap", - "zcl_abapgit_ajson.clas.testclasses.abap", "zcl_abapgit_stage.clas.abap", "zif_abapgit_log.intf.abap" ]