Skip to content

Commit

Permalink
Deactivated some checks
Browse files Browse the repository at this point in the history
Deactivated checks:
* intf_referencing_clas
* no_aliases
* slow_parameter_passing
* function_module_recommendations
  • Loading branch information
NeumannJoerg authored Sep 27, 2022
1 parent 6e0f936 commit f2e709b
Showing 1 changed file with 4 additions and 111 deletions.
115 changes: 4 additions & 111 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,104 +263,7 @@
"severity": "Error",
"checkData": true
},
"function_module_recommendations": {
"exclude": [],
"severity": "Warning",
"recommendations": [
{
"name": "CALCULATE_HASH_FOR_RAW",
"replace": "use CL_ABAP_HMAC"
},
{
"name": "ECATT_CONV_XSTRING_TO_STRING",
"replace": "use CL_BINARY_CONVERT"
},
{
"name": "F4_FILENAME",
"replace": "use CL_GUI_FRONTEND_SERVICES"
},
{
"name": "FUNCTION_EXISTS",
"replace": "surround with try-catch CX_SY_DYN_CALL_ILLEGAL_METHOD instead"
},
{
"name": "GUI_DOWNLOAD",
"replace": "use CL_GUI_FRONTEND_SERVICES"
},
{
"name": "GUI_UPLOAD",
"replace": "use CL_GUI_FRONTEND_SERVICES"
},
{
"name": "GUID_CREATE",
"replace": "use CL_SYSTEM_UUID"
},
{
"name": "IGN_TIMESTAMP_DIFFERENCE",
"replace": "use CL_ABAP_TSTMP"
},
{
"name": "IGN_TIMESTAMP_PLUSMINUS",
"replace": "use CL_ABAP_TSTMP"
},
{
"name": "JOB_CREATE",
"replace": "use CL_BP_ABAP_JOB"
},
{
"name": "JOB_SUBMIT",
"replace": "use CL_BP_ABAP_JOB"
},
{
"name": "POPUP_TO_DECIDE",
"replace": "use POPUP_TO_CONFIRM"
},
{
"name": "POPUP_TO_GET_VALUE",
"replace": "use POPUP_GET_VALUES"
},
{
"name": "REUSE_ALV_GRID_DISPLAY",
"replace": "use CL_SALV_TABLE=>FACTORY or CL_GUI_ALV_GRID"
},
{
"name": "ROUND",
"replace": "use built in function: round()"
},
{
"name": "SAPGUI_PROGRESS_INDICATOR",
"replace": "use CL_PROGRESS_INDICATOR"
},
{
"name": "SCMS_BASE64_DECODE_STR",
"replace": "use class CL_HTTP_UTILITY methods"
},
{
"name": "SCMS_STRING_TO_XSTRING",
"replace": "use CL_BINARY_CONVERT"
},
{
"name": "SO_NEW_DOCUMENT_ATT_SEND_API1",
"replace": "use CL_BCS"
},
{
"name": "SSFC_BASE64_DECODE",
"replace": "use class CL_HTTP_UTILITY methods"
},
{
"name": "SSFC_BASE64_ENCODE",
"replace": "use class CL_HTTP_UTILITY methods"
},
{
"name": "SUBST_GET_FILE_LIST",
"replace": "see note 1686357"
},
{
"name": "WS_FILENAME_GET",
"replace": "use CL_GUI_FRONTEND_SERVICES"
}
]
},
"function_module_recommendations": false,
"functional_writing": {
"exclude": [],
"severity": "Error",
Expand Down Expand Up @@ -411,11 +314,7 @@
"exclude": [],
"severity": "Error"
},
"intf_referencing_clas": {
"exclude": [],
"severity": "Information",
"allow": []
},
"intf_referencing_clas": false,
"keep_single_parameter_on_one_line": {
"exclude": [],
"severity": "Error",
Expand Down Expand Up @@ -550,10 +449,7 @@
"count": 3,
"logic": "less"
},
"no_aliases": {
"exclude": [],
"severity": "Warning"
},
"no_aliases": false,
"no_chained_assignment": {
"exclude": [],
"severity": "Error"
Expand Down Expand Up @@ -755,10 +651,7 @@
"exclude": [],
"severity": "Error"
},
"slow_parameter_passing": {
"exclude": [],
"severity": "Warning"
},
"slow_parameter_passing": false,
"space_before_colon": {
"exclude": [],
"severity": "Error"
Expand Down

0 comments on commit f2e709b

Please sign in to comment.