From 0a24986682a9841ef8210fd8e164c4af421dc10c Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 24 Nov 2020 17:07:14 +0100 Subject: [PATCH] update linter configuration to latest (#4241) * update linter configuration to latest * rerun * rerun --- abaplint.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abaplint.json b/abaplint.json index 3fb7076ae..783ff200a 100644 --- a/abaplint.json +++ b/abaplint.json @@ -74,6 +74,8 @@ "globalMacros": [] }, "rules": { + "intf_referencing_clas": false, + "method_implemented_twice": true, "parser_702_chaining": true, "sy_modification": false, "call_transaction_authority_check": true,