From 971efbfaac4ccd3689636d5d9fba342b97acbe6e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 9 Aug 2019 13:10:08 +0200 Subject: [PATCH] Update abaplint.json --- abaplint.json | 84 ++++++++++++++++++++++++++++----------------------- 1 file changed, 46 insertions(+), 38 deletions(-) diff --git a/abaplint.json b/abaplint.json index 79515535a..809af538f 100644 --- a/abaplint.json +++ b/abaplint.json @@ -6,6 +6,47 @@ "skipGeneratedFunctionGroups": true, "applyUnspecifiedRules": false }, + "dependencies": [], + "syntax": { + "errorNamespace": "^(Z|Y)", + "globalConstants": [ + "abap_func_exporting", + "abap_func_tables", + "cssf_formtype_text", + "seoc_category_exception", + "seoc_category_webdynpro_class", + "seoc_exposure_private", + "seoc_exposure_protected", + "seoc_exposure_public", + "seoc_exposure_public", + "seoc_version_active", + "seoc_version_inactive", + "seok_access_free", + "seok_access_modify", + "seop_ext_class_locals_def", + "seop_ext_class_locals_imp", + "seop_ext_class_macros", + "seop_ext_class_testclasses", + "sews_c_vif_version", + "skwfc_obtype_folder", + "skwfc_obtype_loio", + "so2_controller", + "ststc_c_type_dialog", + "ststc_c_type_object", + "ststc_c_type_parameters", + "ststc_c_type_report", + "swbm_c_op_delete_no_dialog", + "swbm_c_type_ddic_db_tabxinx", + "swbm_c_type_wdy_application", + "swbm_version_active", + "swbm_version_inactive", + "wbmr_c_skwf_folder_class", + "wdyn_limu_component_controller", + "wdyn_limu_component_definition", + "wdyn_limu_component_view" + ], + "globalMacros": [] + }, "rules": { "7bit_ascii": { "enabled": true, @@ -27,44 +68,7 @@ }, "check_variables": { "enabled": false, - "exclude": ["zcl_abapgit_ecatt"], - "errorNamespace": "^(Z|Y)", - "globalConstants": [ - "abap_func_exporting", - "abap_func_tables", - "cssf_formtype_text", - "seoc_category_exception", - "seoc_category_webdynpro_class", - "seoc_exposure_private", - "seoc_exposure_protected", - "seoc_exposure_public", - "seoc_exposure_public", - "seoc_version_active", - "seoc_version_inactive", - "seok_access_free", - "seok_access_modify", - "seop_ext_class_locals_def", - "seop_ext_class_locals_imp", - "seop_ext_class_macros", - "seop_ext_class_testclasses", - "sews_c_vif_version", - "skwfc_obtype_folder", - "skwfc_obtype_loio", - "so2_controller", - "ststc_c_type_dialog", - "ststc_c_type_object", - "ststc_c_type_parameters", - "ststc_c_type_report", - "swbm_c_op_delete_no_dialog", - "swbm_c_type_ddic_db_tabxinx", - "swbm_c_type_wdy_application", - "swbm_version_active", - "swbm_version_inactive", - "wbmr_c_skwf_folder_class", - "wdyn_limu_component_controller", - "wdyn_limu_component_definition", - "wdyn_limu_component_view" - ] + "exclude": ["zcl_abapgit_ecatt"] }, "class_attribute_names": { "enabled": true, @@ -196,6 +200,10 @@ "local": "^LCL_.*$", "test": "^LTCL_.*$" }, + "local_testclass_location": { + "enabled": true, + "exclude": [] + }, "local_variable_names": { "enabled": true, "exclude": [],