From 4b84d0ae0ad0a48ee60e1ba1a722c8ac66793e82 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 15 Aug 2019 05:52:02 -0700 Subject: [PATCH] Lint (#2870) * rewrite * Update abaplint.json * Update abaplint.json * move to include where its used * Update .gitignore * Update package.json * update to latest --- abaplint.json | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 89356506e..2f185fd9b 100644 --- a/abaplint.json +++ b/abaplint.json @@ -59,6 +59,11 @@ "enabled": true, "exclude": [] }, + "allowed_object_types": { + "enabled": true, + "exclude": [], + "allowed": ["PROG", "CLAS", "INTF", "FUGR", "DEVC", "TRAN", "W3MI"] + }, "ambiguous_statement": { "enabled": true, "exclude": [] @@ -73,6 +78,10 @@ "communication": true, "statics": true }, + "begin_end_names": { + "enabled": true, + "exclude": [] + }, "breakpoint": { "enabled": true, "exclude": [] diff --git a/package.json b/package.json index 0123fb7b9..7ed98c6cc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "git+https://github.com/larshp/abapGit.git" }, "devDependencies": { - "abaplint": "^1.7.21", + "abaplint": "^1.7.23", "abapmerge": "^0.11.5", "eslint": "^5.11.1" }