Skip to content

Commit 92f186a

Browse files
authored
Create abap_cloud
1 parent 6b17eb8 commit 92f186a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/abaplint/abap_cloud

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"global": {
3+
"files": "/../../src/**/*.*"
4+
},
5+
"dependencies": [
6+
{
7+
"url": "https://github.com/abapedia/steampunk-2305-api",
8+
"folder": "/deps",
9+
"files": "/src/**/*.*"
10+
}
11+
],
12+
"syntax": {
13+
"version": "cloud",
14+
"errorNamespace": "."
15+
},
16+
"rules": {
17+
"downport": true,
18+
"begin_end_names": true,
19+
"check_ddic": true,
20+
"check_include": true,
21+
"check_syntax": true,
22+
"global_class": true,
23+
"implement_methods": true,
24+
"method_implemented_twice": true,
25+
"parser_error": true,
26+
"superclass_final": true,
27+
"unknown_types": true,
28+
"xml_consistency": true
29+
}
30+
}

0 commit comments

Comments
 (0)