Skip to content

Commit 0cf0f90

Browse files
Update pseudo-comment-usage.md
1 parent af44372 commit 0cf0f90

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/checks/pseudo-comment-usage.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Pseudo Comment Usage Check](pseudo-comment-usage.md)
42

53
## Pseudo Comment Usage Check
64

75
### What is the Intent of the Check?
86

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.
108
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.
119

1210
### How does the check work?
1311

1412
It simply counts the number of used code pal for ABAP pseudo comments.
1513

16-
### Which attributes can be maintained?
17-
18-
![Attributes](./imgs/pseudo_comment_usage.png)
19-
2014
### How to solve the issue?
2115

2216
Solve the other issues so that less pragmas are used.

0 commit comments

Comments
 (0)