Skip to content

Commit 97f446a

Browse files
authored
Create abaplint.jsonc
1 parent 3104368 commit 97f446a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

abaplint.jsonc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)