update lint config, plus remove identical condition (#3892)

This commit is contained in:
Lars Hvam 2020-09-16 15:51:12 +02:00 committed by GitHub
parent 6f8147036e
commit b4169ff4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -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.