Skip to content

Commit 1693104

Browse files
authored
Update abap_standard.jsonc
1 parent 50dbe1a commit 1693104

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/abaplint/abap_standard.jsonc

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"dependencies": [
66
{
7-
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
7+
"url": "https://github.com/open-abap/open-abap-core",
88
"folder": "/deps",
99
"files": "/src/**/*.*"
1010
}
@@ -14,14 +14,11 @@
1414
"errorNamespace": "."
1515
},
1616
"rules": {
17+
"downport": true,
1718
"begin_end_names": true,
18-
"cds_parser_error": true,
1919
"check_ddic": true,
20-
"strict_sql": true,
21-
"sql_escape_host_variables": true,
2220
"check_include": true,
2321
"check_syntax": true,
24-
"cloud_types": true,
2522
"global_class": true,
2623
"implement_methods": true,
2724
"method_implemented_twice": true,
@@ -31,4 +28,3 @@
3128
"xml_consistency": true
3229
}
3330
}
34-

0 commit comments

Comments
 (0)