forked from abap2xlsx/abap2xlsx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabaplint.json
More file actions
103 lines (103 loc) · 2.99 KB
/
Copy pathabaplint.json
File metadata and controls
103 lines (103 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"global": {
"files": "/src/**/*.*",
"skipGeneratedGatewayClasses": true,
"skipGeneratedFunctionGroups": true,
"skipGeneratedPersistentClasses": true
},
"dependencies": [],
"syntax": {
"version": "v700",
"errorNamespace": "^(Z|Y)",
"globalConstants": [],
"globalMacros": []
},
"rules": {
"prefix_is_current_class": false,
"unused_variables": false,
"abapdoc": false,
"allowed_object_naming": true,
"allowed_object_types": false,
"ambiguous_statement": false,
"avoid_use": false,
"begin_end_names": true,
"chain_mainly_declarations": false,
"check_abstract": true,
"check_comments": false,
"check_ddic": false,
"check_include": true,
"check_no_handler_pragma": true,
"check_syntax": false,
"check_text_elements": false,
"check_transformation_exists": true,
"commented_code": false,
"constructor_visibility_public": false,
"description_empty": false,
"double_space": false,
"empty_line_in_statement": false,
"empty_structure": false,
"form_no_dash": true,
"form_tables_obsolete": true,
"fully_type_constants": false,
"global_class": false,
"identical_form_names": true,
"if_in_if": false,
"implement_methods": false,
"in_statement_indentation": false,
"indentation": false,
"keep_single_parameter_on_one_line": false,
"keyword_case": false,
"local_class_naming": false,
"local_testclass_location": true,
"main_file_contents": true,
"message_exists": false,
"msag_consistency": true,
"newline_between_methods": false,
"no_public_attributes": false,
"object_naming": false,
"prefer_returning_to_exporting": false,
"preferred_compare_operator": false,
"release_idoc": false,
"remove_descriptions": false,
"rfc_error_handling": false,
"selection_screen_naming": false,
"short_case": false,
"sicf_consistency": true,
"space_before_dot": false,
"sql_escape_host_variables": false,
"superclass_final": false,
"tabl_enhancement_category": false,
"type_begin_single_include": true,
"type_form_parameters": false,
"types_naming": false,
"unreachable_code": true,
"use_new": false,
"when_others_last": true,
"xml_consistency": true,
"7bit_ascii": false,
"contains_tab": false,
"functional_writing": false,
"line_length": false,
"max_one_statement": false,
"parser_error": true,
"space_before_colon": false,
"colon_missing_space": false,
"exit_or_check": false,
"line_only_punc": false,
"obsolete_statement": false,
"start_at_tab": false,
"whitespace_end": true,
"exporting": false,
"empty_statement": false,
"sequential_blank": false,
"definitions_top": false,
"nesting": false,
"cloud_types": true,
"method_length": false,
"mix_returning": true,
"method_parameter_names": false,
"inline_data_old_versions": true,
"local_variable_names": false,
"class_attribute_names": false
}
}