mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
update to latest
This commit is contained in:
parent
1af5648e5f
commit
d0e3956df8
|
@ -57,6 +57,15 @@
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"7bit_ascii": {},
|
"7bit_ascii": {},
|
||||||
|
"abapdoc": {
|
||||||
|
"enabled": false,
|
||||||
|
"checkLocal": false
|
||||||
|
},
|
||||||
|
"check_ddic": true,
|
||||||
|
"check_include": true,
|
||||||
|
"form_no_dash": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
"allowed_object_types": {
|
"allowed_object_types": {
|
||||||
"allowed": [
|
"allowed": [
|
||||||
"PROG",
|
"PROG",
|
||||||
|
@ -80,7 +89,7 @@
|
||||||
"begin_end_names": {},
|
"begin_end_names": {},
|
||||||
"breakpoint": {},
|
"breakpoint": {},
|
||||||
"check_transformation_exists": {},
|
"check_transformation_exists": {},
|
||||||
"check_variables": {},
|
"check_syntax": {},
|
||||||
"class_attribute_names": {
|
"class_attribute_names": {
|
||||||
"ignoreExceptions": true,
|
"ignoreExceptions": true,
|
||||||
"statics": "^G._.*$",
|
"statics": "^G._.*$",
|
||||||
|
@ -165,7 +174,8 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"method_length": {
|
"method_length": {
|
||||||
"statements": 100
|
"statements": 100,
|
||||||
|
"errorWhenEmpty": false
|
||||||
},
|
},
|
||||||
"method_parameter_names": {
|
"method_parameter_names": {
|
||||||
"ignoreExceptions": true,
|
"ignoreExceptions": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user