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 362a55f commit 11a50c8Copy full SHA for 11a50c8
abaplint.jsonc
@@ -0,0 +1,29 @@
1
+{
2
+ "global": {
3
+ "files": "/src/**/*.*"
4
+ },
5
+ "dependencies": [
6
+ {
7
+ "url": "https://github.com/abaplint/deps",
8
+ "folder": "/deps",
9
10
+ }
11
+ ],
12
+ "syntax": {
13
+ "version": "v755",
14
+ "errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)"
15
16
+ "rules": {
17
+ "begin_end_names": true,
18
+ "check_ddic": true,
19
+ "check_include": true,
20
+ "check_syntax": true,
21
+ "global_class": true,
22
+ "implement_methods": true,
23
+ "method_implemented_twice": true,
24
+ "parser_error": true,
25
+ "superclass_final": true,
26
+ "unknown_types": true,
27
+ "xml_consistency": true
28
29
+}
0 commit comments