We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f4e8e commit 7bb3093Copy full SHA for 7bb3093
abaplint.json
@@ -19,7 +19,9 @@
19
},
20
"rules": {
21
"7bit_ascii": {
22
- "exclude": [],
+ "exclude": [
23
+ "#mbtools#if_cts_req_display.intf.abap"
24
+ ],
25
"severity": "Error"
26
27
"abapdoc": {
@@ -47,7 +49,9 @@
47
49
"define": true,
48
50
"describeLines": true,
51
"endselect": false,
52
53
+ "#mbtools#cts_req_diff.prog.abap"
54
55
"execSQL": true,
56
"kernelCall": true,
57
"severity": "Error",
@@ -589,7 +593,9 @@
589
593
"unused_variables": {
590
594
"exclude": [],
591
595
592
- "skipNames": []
596
+ "skipNames": [
597
+ "C_TOOL"
598
+ ]
599
600
"use_bool_expression": {
601
0 commit comments