|
47 | 47 | "constructor_visibility_public": true,
|
48 | 48 | "contains_tab": false,
|
49 | 49 | "cyclomatic_complexity": true,
|
50 |
| - "dangerous_statement": true, |
| 50 | + "dangerous_statement": { |
| 51 | + "execSQL": true, |
| 52 | + "kernelCall": true, |
| 53 | + "systemCall": true, |
| 54 | + "insertReport": true, |
| 55 | + "generateDynpro": true, |
| 56 | + "generateReport": true, |
| 57 | + "generateSubroutine": true, |
| 58 | + "deleteReport": true, |
| 59 | + "deleteTextpool": true, |
| 60 | + "deleteDynpro": true, |
| 61 | + "importDynpro": true |
| 62 | + }, |
51 | 63 | "db_operation_in_loop": false,
|
52 | 64 | "definitions_top": true,
|
53 | 65 | "description_empty": true,
|
|
89 | 101 | "local_testclass_location": true,
|
90 | 102 | "local_variable_names": false,
|
91 | 103 | "main_file_contents": true,
|
92 |
| - "many_parenthesis": true, |
93 | 104 | "max_one_method_parameter_per_line": true,
|
94 | 105 | "method_implemented_twice": true,
|
95 | 106 | "max_one_statement": true,
|
|
105 | 116 | "newline_between_methods": true,
|
106 | 117 | "no_public_attributes": false,
|
107 | 118 | "no_yoda_conditions": {
|
108 |
| - "onlyConstants": true |
| 119 | + "onlyConstants": true |
109 | 120 | },
|
110 | 121 | "object_naming": false,
|
111 | 122 | "obsolete_statement": true,
|
|
0 commit comments