diff --git a/abaplint.json b/abaplint.json index 3f4768757..e6a3e71f4 100644 --- a/abaplint.json +++ b/abaplint.json @@ -72,6 +72,7 @@ "globalMacros": [] }, "rules": { + "sy_modification": false, "call_transaction_authority_check": true, "function_module_recommendations": false, "method_overwrites_builtin": false, @@ -309,7 +310,7 @@ "subtract": true, "multiply": true, "typePools": true, - "load": false, + "load": true, "move": true, "divide": true, "fieldSymbolStructure": true, diff --git a/src/zif_abapgit_repo_listener.intf.abap b/src/zif_abapgit_repo_listener.intf.abap index ac613ca94..649474dcb 100644 --- a/src/zif_abapgit_repo_listener.intf.abap +++ b/src/zif_abapgit_repo_listener.intf.abap @@ -1,8 +1,6 @@ INTERFACE zif_abapgit_repo_listener PUBLIC . - - INTERFACE zif_abapgit_persistence LOAD . METHODS on_meta_change IMPORTING !iv_key TYPE zif_abapgit_persistence=>ty_repo-key