diktat
diktat copied to clipboard
Order in processing of ASTNode in KdocComments
The problem is not in ordering:
- We check KDoc when process
CLASS - We fix the KDoc when process
VAL_KEYWORDorVAR_KEYWORDinside.
We can move checking KDoc on CLASS level after processing the childs. But probably the fixing of KDoc for class should be done on class level
Originally posted by @nulls in https://github.com/saveourtool/diktat/pull/1769#discussion_r1381538024
Relates to #1538