lint check (#801)

* lint check

* lint check

* Update abaplint.jsonc

* Update abaplint.jsonc

* Update abaplint.jsonc

* Update abaplint.jsonc

* allowed object types

* Update abaplint.jsonc

* Update z2ui5_cl_util_func.clas.abap
This commit is contained in:
oblomov 2024-01-22 09:33:43 +01:00 committed by GitHub
parent 4b10d305f0
commit f58eebc8e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,14 @@
"align_parameters": false, "align_parameters": false,
"smim_consistency": true, "smim_consistency": true,
"allowed_object_naming": true, "allowed_object_naming": true,
"allowed_object_types": true, "allowed_object_types": {
"allowed": [
"CLAS",
"DEVC",
"INTF",
"TABL",
]
},
"ambiguous_statement": true, "ambiguous_statement": true,
"avoid_use": false, "avoid_use": false,
"begin_end_names": true, "begin_end_names": true,
@ -100,7 +107,6 @@
"ignoreGlobalClassDefinition": false, "ignoreGlobalClassDefinition": false,
"ignoreGlobalInterface": false "ignoreGlobalInterface": false
}, },
"forbidden_void_type": true,
"form_tables_obsolete": true, "form_tables_obsolete": true,
"fully_type_constants": { "fully_type_constants": {
"checkData": true "checkData": true
@ -258,7 +264,7 @@
"when_others_last": true, "when_others_last": true,
"whitespace_end": true, "whitespace_end": true,
"xml_consistency": true, "xml_consistency": true,
"forbidden_void_type": { "forbidden_void_type": {
"check": [ "check": [
"^boole_d$", "^boole_d$",
"^char10$", "^char10$",
@ -310,7 +316,8 @@
"^sylangu$", "^sylangu$",
"^syst_title$", "^syst_title$",
"^syuzeit$", "^syuzeit$",
"^xubname$" "^xubname$",
"xfeld",
] ]
}, },
} }