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