|
19 | 19 | "globalMacros": []
|
20 | 20 | },
|
21 | 21 | "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, |
22 | 40 | "constant_classes": true,
|
23 | 41 | "cyclic_oo": false,
|
24 | 42 | "many_parentheses": true,
|
25 |
| - "pragma_placement": true, |
26 | 43 | "unused_ddic": true,
|
27 | 44 | "dangerous_statement": true,
|
28 | 45 | "db_operation_in_loop": false,
|
|
77 | 94 | "avoid_use": {
|
78 | 95 | "define": true,
|
79 | 96 | "describeLines": false,
|
| 97 | + "testSeams": true, |
80 | 98 | "statics": false,
|
81 | 99 | "defaultKey": false,
|
82 | 100 | "break": true
|
|
87 | 105 | "check_comments": false,
|
88 | 106 | "check_ddic": true,
|
89 | 107 | "check_include": true,
|
90 |
| - "check_no_handler_pragma": true, |
91 | 108 | "check_syntax": true,
|
92 | 109 | "check_text_elements": false,
|
93 | 110 | "check_transformation_exists": true,
|
|
117 | 134 | "ignoreFunctionModuleName": false
|
118 | 135 | },
|
119 | 136 | "local_class_naming": false,
|
120 |
| - "local_testclass_location": true, |
121 | 137 | "main_file_contents": true,
|
122 | 138 | "message_exists": false,
|
123 | 139 | "msag_consistency": true,
|
|
0 commit comments