You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/checks/pseudo-comment-usage.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,16 @@
1
-
# code pal for ABAP
2
-
3
1
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Pseudo Comment Usage Check](pseudo-comment-usage.md)
4
2
5
3
## Pseudo Comment Usage Check
6
4
7
5
### What is the Intent of the Check?
8
6
9
-
The pseudo comment usage check lists the number of code pal for ABAP pseudo comments per object.
7
+
This check lists the number of "code pal for ABAP" pseudo comments per object being used.
10
8
Pseudo comments completely suppress the findings in ATC. Thus, this check can be used whether objects without any other finding use a lot of pseudo comments to suppress findings.
11
9
12
10
### How does the check work?
13
11
14
12
It simply counts the number of used code pal for ABAP pseudo comments.
15
13
16
-
### Which attributes can be maintained?
17
-
18
-

19
-
20
14
### How to solve the issue?
21
15
22
16
Solve the other issues so that less pragmas are used.
0 commit comments