code pal for ABAP > Documentation > Comment Usage Check
The “Comment Usage” Check is part of the Clean Code Check Repository. Express yourself in code, not in comments. Clean Code does not forbid you to comment your code - it encourages you to exploit better means, and resort to comments only if that fails.
This check calculates the percentage of comments in relation to the absolute number of statements (productive code).
Remove unimportant comments.
There should be no exception as the check works as an indication. Thus, it is also not possible to suppress Code Inspector findings from this check.