We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dbe1a commit 1693104Copy full SHA for 1693104
.github/abaplint/abap_standard.jsonc
@@ -4,7 +4,7 @@
4
},
5
"dependencies": [
6
{
7
- "url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
+ "url": "https://github.com/open-abap/open-abap-core",
8
"folder": "/deps",
9
"files": "/src/**/*.*"
10
}
@@ -14,14 +14,11 @@
14
"errorNamespace": "."
15
16
"rules": {
17
+ "downport": true,
18
"begin_end_names": true,
- "cds_parser_error": true,
19
"check_ddic": true,
20
- "strict_sql": true,
21
- "sql_escape_host_variables": true,
22
"check_include": true,
23
"check_syntax": true,
24
- "cloud_types": true,
25
"global_class": true,
26
"implement_methods": true,
27
"method_implemented_twice": true,
@@ -31,4 +28,3 @@
31
28
"xml_consistency": true
32
29
33
30
34
-
0 commit comments