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 6b17eb8 commit 92f186aCopy full SHA for 92f186a
.github/abaplint/abap_cloud
@@ -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