From c6dd0397ff195ce3fc859a7102c4d2ab4fded939 Mon Sep 17 00:00:00 2001 From: Lucas Borin <5233413+lucasborin@users.noreply.github.com> Date: Wed, 14 Apr 2021 14:07:36 -0300 Subject: [PATCH] Update abaplint.json --- abaplint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 88966229..a0cffa68 100644 --- a/abaplint.json +++ b/abaplint.json @@ -78,7 +78,7 @@ "indentation": false, "inline_data_old_versions": true, "intf_referencing_clas": { - "severity": "Warning" + "allow": ["cl_ci_scan"] }, "keep_single_parameter_on_one_line": true, "line_break_multiple_parameters": true,