From 5343f1b4d466d986e0071b10548b7adee5f0f731 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:59:08 +0100 Subject: [PATCH] Create abaplint-app.json (#849) --- src/abaplint-app.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/abaplint-app.json diff --git a/src/abaplint-app.json b/src/abaplint-app.json new file mode 100644 index 00000000..b6a4313b --- /dev/null +++ b/src/abaplint-app.json @@ -0,0 +1,11 @@ +{ + "configurations": { + "default": { + "filename": "./abaplint.json" + }, + "steampunk": { + "filename": "./abaplint-steampunk.json", + "annotations": false + } + } +}