Skip to content

Commit 84698c4

Browse files
committed
fixing pseudo comment usage
1 parent 96b96d9 commit 84698c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/checks/y_check_pseudo_comment_usage.clas.abap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ CLASS y_check_pseudo_comment_usage IMPLEMENTATION.
8181

8282

8383
METHOD inspect_structures.
84+
pseudo_comment_counter = 0.
85+
8486
super->inspect_structures( ).
87+
8588
check_result( ).
8689
ENDMETHOD.
8790

0 commit comments

Comments
 (0)