Skip to content

Commit 8db90f6

Browse files
authored
abaplint unknown_types, identical_form_names -> false
1 parent 86cd8f3 commit 8db90f6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

abaplint.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"url": "https://github.com/abap2xlsx/abap2xlsx",
1111
"folder": "/abap2xlsx",
1212
"files": "/src/*.*"
13+
},
14+
{
15+
"url": "https://github.com/abaplint/deps",
16+
"folder": "/deps",
17+
"files": "/src/**/*.*"
1318
}
1419
],
1520
"syntax": {
@@ -67,7 +72,7 @@
6772
"reduce_string_templates": true,
6873
"forbidden_identifier": false,
6974
"try_without_catch": true,
70-
"unknown_types": true,
75+
"unknown_types": false,
7176
"prefix_is_current_class": false,
7277
"unused_variables": false,
7378
"abapdoc": false,
@@ -100,7 +105,7 @@
100105
"form_tables_obsolete": true,
101106
"fully_type_constants": false,
102107
"global_class": true,
103-
"identical_form_names": true,
108+
"identical_form_names": false,
104109
"if_in_if": false,
105110
"implement_methods": true,
106111
"in_statement_indentation": false,

0 commit comments

Comments
 (0)