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 b691010 commit 7fc597bCopy full SHA for 7fc597b
abaplint-downport.jsonc
@@ -0,0 +1,31 @@
1
+{
2
+ "global": {
3
+ "files": "/downport/**/*.*"
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": "v702",
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
+ "definitions_top": true,
24
+ "implement_methods": true,
25
+ "method_implemented_twice": true,
26
+ "parser_error": true,
27
+ "superclass_final": true,
28
+ "unknown_types": true,
29
+ "xml_consistency": true
30
31
+}
0 commit comments