From d549505e139b1afcd57efd41360f66e152352a36 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:46:12 +0000 Subject: [PATCH] update --- abaplint-app.json | 13 ------------- abaplint-app.jsonc | 19 +++++++++++-------- abaplint-syntax_cloud.jsonc | 38 ------------------------------------- 3 files changed, 11 insertions(+), 59 deletions(-) delete mode 100644 abaplint-app.json delete mode 100644 abaplint-syntax_cloud.jsonc diff --git a/abaplint-app.json b/abaplint-app.json deleted file mode 100644 index 92d0a38f..00000000 --- a/abaplint-app.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "configurations": { - "default": { - "filename": "./ci/abaplint.jsonc" - }, - "abap_standard_readiness": { - "filename": "./ci/abaplint-abap_standard_readiness.jsonc" - }, - "abap_cloud_readiness": { - "filename": "./ci/abaplint-abap_cloud_readiness.jsonc" - } - } - } \ No newline at end of file diff --git a/abaplint-app.jsonc b/abaplint-app.jsonc index 5d7e5263..92d0a38f 100644 --- a/abaplint-app.jsonc +++ b/abaplint-app.jsonc @@ -1,10 +1,13 @@ { - "configurations": { - "default": { - "filename": "./abaplint.jsonc" - }, - "abap_cloud_readiness": { - "filename": "./abaplint-syntax_cloud.jsonc" + "configurations": { + "default": { + "filename": "./ci/abaplint.jsonc" + }, + "abap_standard_readiness": { + "filename": "./ci/abaplint-abap_standard_readiness.jsonc" + }, + "abap_cloud_readiness": { + "filename": "./ci/abaplint-abap_cloud_readiness.jsonc" + } } - } -} + } \ No newline at end of file diff --git a/abaplint-syntax_cloud.jsonc b/abaplint-syntax_cloud.jsonc deleted file mode 100644 index 4c53a31e..00000000 --- a/abaplint-syntax_cloud.jsonc +++ /dev/null @@ -1,38 +0,0 @@ -{ - "global": { - "files": "/src/**/*.*" - }, - "dependencies": [ - { - "url": "https://github.com/abapedia/steampunk-2302-api", - "folder": "/deps", - "files": "/src/**/*.*" - }, - { - "url": "https://github.com/abap2UI5/abap2UI5", - "folder": "/abap2UI5", - "files": "/src/**/*.*" - } - ], - "syntax": { - "version": "Cloud", - "errorNamespace": "." - }, - "rules": { - "begin_end_names": true, - "cds_parser_error": true, - "check_ddic": true, - "strict_sql": true, - "sql_escape_host_variables": true, - "check_include": true, - "check_syntax": true, - "cloud_types": true, - "global_class": true, - "implement_methods": true, - "method_implemented_twice": true, - "parser_error": true, - "superclass_final": true, - "unknown_types": true, - "xml_consistency": true - } -}