File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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 ,
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 ,
You can’t perform that action at this time.
0 commit comments