Update abaplint.jsonc

This commit is contained in:
oblomov 2023-06-16 08:55:18 +02:00 committed by GitHub
parent bfb9f1329a
commit 1400216b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
"check_comments": true,
"check_ddic": true,
"check_include": true,
"check_subrc": false,
"check_subrc": true,
"check_syntax": true,
"check_text_elements": true,
"check_transformation_exists": true,
@ -45,7 +45,7 @@
"classic_exceptions_overlap": true,
"cloud_types": true,
"colon_missing_space": true,
"commented_code": false,
"commented_code": true,
"constant_classes": {
"exclude": [],
"severity": "Error",