Skip to content

Commit 85deaf6

Browse files
authored
update abaplint configuration (#499)
1 parent 9490e3b commit 85deaf6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

abaplint.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,19 @@
4747
"constructor_visibility_public": true,
4848
"contains_tab": false,
4949
"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+
},
5163
"db_operation_in_loop": false,
5264
"definitions_top": true,
5365
"description_empty": true,
@@ -89,7 +101,6 @@
89101
"local_testclass_location": true,
90102
"local_variable_names": false,
91103
"main_file_contents": true,
92-
"many_parenthesis": true,
93104
"max_one_method_parameter_per_line": true,
94105
"method_implemented_twice": true,
95106
"max_one_statement": true,
@@ -105,7 +116,7 @@
105116
"newline_between_methods": true,
106117
"no_public_attributes": false,
107118
"no_yoda_conditions": {
108-
"onlyConstants": true
119+
"onlyConstants": true
109120
},
110121
"object_naming": false,
111122
"obsolete_statement": true,

0 commit comments

Comments
 (0)