Skip to content

Commit 11a50c8

Browse files
committed
add default config
1 parent 362a55f commit 11a50c8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

abaplint.jsonc

+29
Original file line numberDiff line numberDiff line change
@@ -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+
"files": "/src/**/*.*"
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

Comments
 (0)