mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
disable ambiguous_statement rule
its not possible to make MODIFY explicit on 702 syntax
This commit is contained in:
parent
d5bc9b89c6
commit
136dfaf8d3
|
@ -93,7 +93,7 @@
|
|||
"W3MI"
|
||||
]
|
||||
},
|
||||
"ambiguous_statement": true,
|
||||
"ambiguous_statement": false,
|
||||
"avoid_use": {
|
||||
"define": true,
|
||||
"endselect": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user