mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
update to latest lint version
This commit is contained in:
parent
ade359ecd3
commit
819a26527c
|
@ -56,6 +56,14 @@
|
||||||
"globalMacros": []
|
"globalMacros": []
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"allowed_object_naming": true,
|
||||||
|
"check_comments": false,
|
||||||
|
"fully_type_constants": false,
|
||||||
|
"keep_single_parameter_on_one_line": false,
|
||||||
|
"selection_screen_naming": true,
|
||||||
|
"sicf_consistency": true,
|
||||||
|
"sql_escape_host_variables": true,
|
||||||
|
"xml_consistency": true,
|
||||||
"check_no_handler_pragma": true,
|
"check_no_handler_pragma": true,
|
||||||
"newline_between_methods": false,
|
"newline_between_methods": false,
|
||||||
"chain_mainly_declarations": true,
|
"chain_mainly_declarations": true,
|
||||||
|
@ -94,6 +102,7 @@
|
||||||
"execSQL": true,
|
"execSQL": true,
|
||||||
"kernelCall": true,
|
"kernelCall": true,
|
||||||
"communication": true,
|
"communication": true,
|
||||||
|
"systemCall": true,
|
||||||
"statics": true
|
"statics": true
|
||||||
},
|
},
|
||||||
"begin_end_names": {},
|
"begin_end_names": {},
|
||||||
|
@ -116,6 +125,7 @@
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"keywords": true,
|
"keywords": true,
|
||||||
"startParen": true,
|
"startParen": true,
|
||||||
|
"afterColon": true,
|
||||||
"endParen": true
|
"endParen": true
|
||||||
},
|
},
|
||||||
"empty_line_in_statement": {
|
"empty_line_in_statement": {
|
||||||
|
@ -170,6 +180,7 @@
|
||||||
"ignoreExceptions": true
|
"ignoreExceptions": true
|
||||||
},
|
},
|
||||||
"local_class_naming": {
|
"local_class_naming": {
|
||||||
|
"exception": "^LCL_.*$",
|
||||||
"local": "^LCL_.*$",
|
"local": "^LCL_.*$",
|
||||||
"test": "^LTCL_.*$"
|
"test": "^LTCL_.*$"
|
||||||
},
|
},
|
||||||
|
@ -219,7 +230,8 @@
|
||||||
"enqu": "^EZ",
|
"enqu": "^EZ",
|
||||||
"auth": "^Z",
|
"auth": "^Z",
|
||||||
"pinf": "^Z",
|
"pinf": "^Z",
|
||||||
"idoc": "^Z"
|
"idoc": "^Z",
|
||||||
|
"xslt": "^Z"
|
||||||
},
|
},
|
||||||
"obsolete_statement": {
|
"obsolete_statement": {
|
||||||
"refresh": true,
|
"refresh": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user