Skip to content

Commit

Permalink
abaplint adjustments (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecarrilho authored Feb 2, 2024
1 parent 27f63a5 commit 66d601d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/zcl_neptune_abapgit_utilities.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66d601d

Please sign in to comment.