|
25 | 25 | ],
|
26 | 26 | "syntax": {
|
27 | 27 | "version": "v740sp08",
|
28 |
| - "errorNamespace": "^(Z|Y)", |
29 |
| - "globalConstants": [], |
30 |
| - "globalMacros": [] |
| 28 | + "errorNamespace": "^(Z|Y)" |
31 | 29 | },
|
32 | 30 | "rules": {
|
| 31 | + "align_parameters": false, |
| 32 | + "cds_parser_error": true, |
| 33 | + "classic_exceptions_overlap": true, |
| 34 | + "constant_classes": true, |
| 35 | + "cyclic_oo": false, |
| 36 | + "dangerous_statement": true, |
| 37 | + "db_operation_in_loop": false, |
| 38 | + "identical_descriptions": false, |
| 39 | + "local_testclass_consistency": true, |
| 40 | + "many_parentheses": true, |
| 41 | + "max_one_method_parameter_per_line": true, |
| 42 | + "modify_only_own_db_tables": true, |
| 43 | + "no_aliases": false, |
| 44 | + "no_chained_assignment": true, |
| 45 | + "no_external_form_calls": true, |
| 46 | + "no_inline_in_optional_branches": false, |
| 47 | + "no_yoda_conditions": false, |
| 48 | + "nrob_consistency": true, |
| 49 | + "omit_preceding_zeros": true, |
| 50 | + "pragma_style": false, |
| 51 | + "prefer_corresponding": false, |
| 52 | + "prefer_raise_exception_new": true, |
| 53 | + "select_add_order_by": false, |
| 54 | + "select_performance": false, |
| 55 | + "slow_parameter_passing": false, |
| 56 | + "static_call_via_instance": true, |
| 57 | + "unnecessary_chaining": false, |
| 58 | + "unnecessary_pragma": true, |
| 59 | + "unsecure_fae": false, |
33 | 60 | "call_transaction_authority_check": true,
|
34 | 61 | "function_module_recommendations": false,
|
35 | 62 | "intf_referencing_clas": true,
|
|
75 | 102 | "check_comments": false,
|
76 | 103 | "check_ddic": true,
|
77 | 104 | "check_include": true,
|
78 |
| - "check_no_handler_pragma": true, |
79 | 105 | "check_syntax": true,
|
80 | 106 | "check_text_elements": true,
|
81 | 107 | "check_transformation_exists": true,
|
|
84 | 110 | "implement_methods": true,
|
85 | 111 | "keep_single_parameter_on_one_line": true,
|
86 | 112 | "keyword_case": true,
|
87 |
| - "local_testclass_location": true, |
88 | 113 | "main_file_contents": true,
|
89 | 114 | "newline_between_methods": true,
|
90 | 115 | "prefer_returning_to_exporting": true,
|
|
101 | 126 | "7bit_ascii": true,
|
102 | 127 | "avoid_use": {
|
103 | 128 | "define": false,
|
| 129 | + "testSeams": true, |
104 | 130 | "statics": true,
|
105 | 131 | "describeLines": true,
|
106 | 132 | "break": true,
|
|
134 | 160 | "empty_structure": {
|
135 | 161 | "loop": true,
|
136 | 162 | "if": true,
|
| 163 | + "when": true, |
137 | 164 | "while": true,
|
138 | 165 | "case": true,
|
139 | 166 | "try": true,
|
|
199 | 226 | "depth": 5
|
200 | 227 | },
|
201 | 228 | "no_public_attributes": {
|
202 |
| - "allowReadOnly": false |
| 229 | + "allowReadOnly": false, |
| 230 | + "ignoreTestClasses": false |
203 | 231 | },
|
204 | 232 | "object_naming": {
|
205 | 233 | "clas": "^ZC(L|X)\\_",
|
|
224 | 252 | "obsolete_statement": {
|
225 | 253 | "refresh": true,
|
226 | 254 | "compute": true,
|
| 255 | + "occurences": true, |
227 | 256 | "fieldSymbolStructure": true,
|
228 | 257 | "add": true,
|
229 | 258 | "parameter": true,
|
|
0 commit comments