mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update lint config
This commit is contained in:
parent
0dcc6af897
commit
0308182f81
|
@ -55,6 +55,9 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"unknown_types": false,
|
||||
"forbidden_identifier": true,
|
||||
"try_without_catch": false,
|
||||
"unused_variables": false,
|
||||
"prefix_is_current_class": {
|
||||
"omitMeInstanceCalls": false
|
||||
|
@ -111,6 +114,8 @@
|
|||
"class_attribute_names": {
|
||||
"ignoreExceptions": true,
|
||||
"statics": "^G._.*$",
|
||||
"ignoreLocal": false,
|
||||
"constants": "",
|
||||
"instance": "^M._.*$"
|
||||
},
|
||||
"cloud_types": true,
|
||||
|
@ -159,6 +164,7 @@
|
|||
"ignoreLowerClassImplmentationStatement": true,
|
||||
"ignoreGlobalClassDefinition": false,
|
||||
"ignoreGlobalInterface": false,
|
||||
"ignoreKeywords": [],
|
||||
"ignoreFunctionModuleName": false
|
||||
},
|
||||
"line_length": {
|
||||
|
@ -217,6 +223,8 @@
|
|||
"auth": "^Z",
|
||||
"pinf": "^Z",
|
||||
"idoc": "^Z",
|
||||
"ssfo": "^Z",
|
||||
"ssst": "^Z",
|
||||
"xslt": "^Z"
|
||||
},
|
||||
"obsolete_statement": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user