From b6148e265b3c8061d6434b47ad2c76c6ba6fa5a7 Mon Sep 17 00:00:00 2001 From: andrecarrilho Date: Fri, 2 Feb 2024 14:28:39 +0000 Subject: [PATCH] abaolint adjustments --- abaplint.json | 9 ++++++++- src/zcl_neptune_abapgit_utilities.clas.abap | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/abaplint.json b/abaplint.json index 92679c0..17de12f 100644 --- a/abaplint.json +++ b/abaplint.json @@ -121,7 +121,14 @@ "line_only_punc": true, "commented_code": false, "align_parameters": true, - "method_length": true, + "method_length": { + "exclude": [], + "severity": "Error", + "statements": 100, + "errorWhenEmpty": false, + "ignoreTestClasses": false, + "checkForms": true + }, "unnecessary_chaining": false, "remove_descriptions": false, "exporting": true, diff --git a/src/zcl_neptune_abapgit_utilities.clas.abap b/src/zcl_neptune_abapgit_utilities.clas.abap index 97879d9..415827b 100644 --- a/src/zcl_neptune_abapgit_utilities.clas.abap +++ b/src/zcl_neptune_abapgit_utilities.clas.abap @@ -26,10 +26,10 @@ public section. value(RT_CODE_LINES) type STRING_TABLE . class-methods FIX_STRING_SERIALIZE changing - !CV_STRING type STRING . + !CV_STRING type STRING ##NEEDED. class-methods FIX_STRING_DESERIALIZE changing - !CV_STRING type STRING . + !CV_STRING type STRING ##NEEDED. class-methods GET_SKIP_FIELDS_FOR_ARTIFACT importing !IV_ARTIFACT_TYPE type /NEPTUNE/ARTIFACT_TYPE