Skip to content

Commit

Permalink
Allow "result" as returning
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Nov 27, 2024
1 parent 49b4d56 commit 6bd7e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
"ignorePatterns": [],
"importing": "^I._.+$",
"patternKind": "required",
"returning": "^R._.+$",
"returning": "^R._.+|RESULT$",
"severity": "Error"
},
"mix_returning": {
Expand Down

0 comments on commit 6bd7e33

Please sign in to comment.