Skip to content

Commit

Permalink
Update abaplint.json
Browse files Browse the repository at this point in the history
Deactivated check "sql_escape_host_variables", since it delivered false positives.

Escaping SQL Host Variables with "@" became possible with ABAP 740 SP 05, but this API is using ABAP 740 SP 02, so I cannot do, what the check result tells me without breaking the code.
  • Loading branch information
NeumannJoerg authored Jul 5, 2024
1 parent af180c8 commit 10627fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,10 +662,7 @@
"ignoreGlobalDefinition": true,
"ignoreExceptions": true
},
"sql_escape_host_variables": {
"exclude": [],
"severity": "Error"
},
"sql_escape_host_variables": false,
"start_at_tab": {
"exclude": [],
"severity": "Error"
Expand Down

0 comments on commit 10627fb

Please sign in to comment.