Skip to content

Commit

Permalink
update abaplint configuration (abap2xlsx#1033)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Wolf <[email protected]>
  • Loading branch information
larshp and gregorwolf authored Jun 16, 2022
1 parent d161a75 commit a0f28d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions abaplint-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"default": {
"filename": "./abaplint.json"
},

"steampunk": {
"filename": "./abaplint-steampunk.json"
"filename": "./abaplint-steampunk.json",
"annotations": false
}
}
}
2 changes: 1 addition & 1 deletion abaplint-steampunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": [
{
"url": "https://github.com/abapedia/steampunk-2202-api",
"url": "https://github.com/abapedia/steampunk-2205-api",
"files": "/src/**/*.*"
}
],
Expand Down
22 changes: 19 additions & 3 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,27 @@
"globalMacros": []
},
"rules": {
"align_parameters": false,
"cds_legacy_view": true,
"cds_parser_error": true,
"classic_exceptions_overlap": true,
"local_testclass_consistency": true,
"no_aliases": false,
"no_chained_assignment": false,
"unnecessary_pragma": false,
"unnecessary_chaining": false,
"superfluous_value": true,
"static_call_via_instance": false,
"slow_parameter_passing": false,
"prefer_corresponding": true,
"pragma_style": true,
"omit_preceding_zeros": true,
"no_inline_in_optional_branches": false,
"nrob_consistency": true,
"no_external_form_calls": true,
"constant_classes": true,
"cyclic_oo": false,
"many_parentheses": true,
"pragma_placement": true,
"unused_ddic": true,
"dangerous_statement": true,
"db_operation_in_loop": false,
Expand Down Expand Up @@ -77,6 +94,7 @@
"avoid_use": {
"define": true,
"describeLines": false,
"testSeams": true,
"statics": false,
"defaultKey": false,
"break": true
Expand All @@ -87,7 +105,6 @@
"check_comments": false,
"check_ddic": true,
"check_include": true,
"check_no_handler_pragma": true,
"check_syntax": true,
"check_text_elements": false,
"check_transformation_exists": true,
Expand Down Expand Up @@ -117,7 +134,6 @@
"ignoreFunctionModuleName": false
},
"local_class_naming": false,
"local_testclass_location": true,
"main_file_contents": true,
"message_exists": false,
"msag_consistency": true,
Expand Down

0 comments on commit a0f28d9

Please sign in to comment.