Skip to content

Commit 50dbe1a

Browse files
authored
Create abap_standard.jsonc
1 parent e2d72c8 commit 50dbe1a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/abaplint/abap_standard.jsonc

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"global": {
3+
"files": "/../../src/**/*.*"
4+
},
5+
"dependencies": [
6+
{
7+
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
8+
"folder": "/deps",
9+
"files": "/src/**/*.*"
10+
}
11+
],
12+
"syntax": {
13+
"version": "v750",
14+
"errorNamespace": "."
15+
},
16+
"rules": {
17+
"begin_end_names": true,
18+
"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,
28+
"parser_error": true,
29+
"superclass_final": true,
30+
"unknown_types": true,
31+
"xml_consistency": true
32+
}
33+
}
34+

0 commit comments

Comments
 (0)