Skip to content

Commit a0f28d9

Browse files
larshpgregorwolf
andauthored
update abaplint configuration (abap2xlsx#1033)
Co-authored-by: Gregor Wolf <[email protected]>
1 parent d161a75 commit a0f28d9

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

abaplint-app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"default": {
44
"filename": "./abaplint.json"
55
},
6-
76
"steampunk": {
8-
"filename": "./abaplint-steampunk.json"
7+
"filename": "./abaplint-steampunk.json",
8+
"annotations": false
99
}
1010
}
1111
}

abaplint-steampunk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": [
77
{
8-
"url": "https://github.com/abapedia/steampunk-2202-api",
8+
"url": "https://github.com/abapedia/steampunk-2205-api",
99
"files": "/src/**/*.*"
1010
}
1111
],

abaplint.json

+19-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,27 @@
1919
"globalMacros": []
2020
},
2121
"rules": {
22+
"align_parameters": false,
23+
"cds_legacy_view": true,
24+
"cds_parser_error": true,
25+
"classic_exceptions_overlap": true,
26+
"local_testclass_consistency": true,
27+
"no_aliases": false,
28+
"no_chained_assignment": false,
29+
"unnecessary_pragma": false,
30+
"unnecessary_chaining": false,
31+
"superfluous_value": true,
32+
"static_call_via_instance": false,
33+
"slow_parameter_passing": false,
34+
"prefer_corresponding": true,
35+
"pragma_style": true,
36+
"omit_preceding_zeros": true,
37+
"no_inline_in_optional_branches": false,
38+
"nrob_consistency": true,
39+
"no_external_form_calls": true,
2240
"constant_classes": true,
2341
"cyclic_oo": false,
2442
"many_parentheses": true,
25-
"pragma_placement": true,
2643
"unused_ddic": true,
2744
"dangerous_statement": true,
2845
"db_operation_in_loop": false,
@@ -77,6 +94,7 @@
7794
"avoid_use": {
7895
"define": true,
7996
"describeLines": false,
97+
"testSeams": true,
8098
"statics": false,
8199
"defaultKey": false,
82100
"break": true
@@ -87,7 +105,6 @@
87105
"check_comments": false,
88106
"check_ddic": true,
89107
"check_include": true,
90-
"check_no_handler_pragma": true,
91108
"check_syntax": true,
92109
"check_text_elements": false,
93110
"check_transformation_exists": true,
@@ -117,7 +134,6 @@
117134
"ignoreFunctionModuleName": false
118135
},
119136
"local_class_naming": false,
120-
"local_testclass_location": true,
121137
"main_file_contents": true,
122138
"message_exists": false,
123139
"msag_consistency": true,

0 commit comments

Comments
 (0)