mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update lint config, plus remove identical condition (#3892)
This commit is contained in:
parent
6f8147036e
commit
b4169ff4b6
|
@ -72,6 +72,12 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"check_subrc": false,
|
||||
"cyclomatic_complexity": {
|
||||
"max": 25
|
||||
},
|
||||
"identical_conditions": true,
|
||||
"use_line_exists": false,
|
||||
"line_break_style": true,
|
||||
"forbidden_pseudo_and_pragma": {
|
||||
"ignoreGlobalClassDefinition": true,
|
||||
|
|
|
@ -200,8 +200,6 @@ CLASS ZCL_ABAPGIT_OBJECT_VCLS IMPLEMENTATION.
|
|||
iv_argument = lv_argument ) = abap_true
|
||||
OR check_lock( iv_tabname = 'VCLSTRUCT'
|
||||
iv_argument = lv_argument_langu ) = abap_true
|
||||
OR check_lock( iv_tabname = 'VCLSTRUC'
|
||||
iv_argument = lv_argument ) = abap_true
|
||||
OR check_lock( iv_tabname = 'VCLMF'
|
||||
iv_argument = lv_argument ) = abap_true.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user