mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update abaplint.json
This commit is contained in:
parent
75812fb17b
commit
54f8f41c22
|
@ -3,8 +3,7 @@
|
|||
"files": "/src/**/*.*",
|
||||
"skipGeneratedGatewayClasses": true,
|
||||
"skipGeneratedPersistentClasses": true,
|
||||
"skipGeneratedFunctionGroups": true,
|
||||
"applyUnspecifiedRules": false
|
||||
"skipGeneratedFunctionGroups": true
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -57,7 +56,6 @@
|
|||
},
|
||||
"rules": {
|
||||
"prefix_is_current_class": {
|
||||
"enabled": true,
|
||||
"omitMeInstanceCalls": false
|
||||
},
|
||||
"allowed_object_naming": true,
|
||||
|
@ -77,7 +75,6 @@
|
|||
"type_begin_single_include": true,
|
||||
"types_naming": false,
|
||||
"7bit_ascii": {
|
||||
"enabled": true,
|
||||
"exclude": ["zcl_abapgit_utils.clas.testclasses.abap"]
|
||||
},
|
||||
"abapdoc": false,
|
||||
|
@ -103,10 +100,11 @@
|
|||
"kernelCall": true,
|
||||
"communication": true,
|
||||
"systemCall": true,
|
||||
"defaultKey": false,
|
||||
"break": true,
|
||||
"statics": true
|
||||
},
|
||||
"begin_end_names": true,
|
||||
"breakpoint": true,
|
||||
"check_transformation_exists": true,
|
||||
"check_syntax": true,
|
||||
"class_attribute_names": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user