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 3104368 commit 97f446aCopy full SHA for 97f446a
abaplint.jsonc
@@ -0,0 +1,31 @@
1
+{
2
+ "global": {
3
+ "files": "/src/**/*.*",
4
+ "noIssues": [ "/src/01" ]
5
+ },
6
+ "dependencies": [
7
+ {
8
+ "url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
9
+ "folder": "/deps",
10
+ "files": "/src/**/*.*"
11
+ }
12
+ ],
13
+ "syntax": {
14
+ "version": "v750",
15
+ "errorNamespace": "."
16
17
+ "rules": {
18
+ "downport": true,
19
+ "begin_end_names": true,
20
+ "check_ddic": true,
21
+ "check_include": true,
22
+ "check_syntax": true,
23
+ "global_class": true,
24
+ "definitions_top": false,
25
+ "implement_methods": true,
26
+ "method_implemented_twice": true,
27
+ "parser_error": true,
28
+ "superclass_final": true,
29
+ "unknown_types": true,
30
+ "xml_consistency": true
31
0 commit comments