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
Usually, kdoc comments are used before descriptions of classes or functions.
Using them in code or in some statements is the bad practice.
We need to change them to the block comments, by removing extra *, for example
The text was updated successfully, but these errors were encountered:
### What's done:
* New Rule COMMENTS_BY_KDOC was added to check if code block contains kdoc comments
* and fix it by converting to block comment
* tests and docs were added
* Closes: #828
### What's done:
* New Rule COMMENTS_BY_KDOC was added to check if code block contains kdoc comments
* and fix it by converting to block comment
* tests and docs were added
* Closes: #828
* New Rule COMMENTS_BY_KDOC was implemented
### What's done:
* New Rule COMMENTS_BY_KDOC was added to check if code block contains kdoc comments
* and fix it by converting to block comment
* tests and docs were added
* Closes: #828
Usually, kdoc comments are used before descriptions of classes or functions.
Using them in code or in some statements is the bad practice.
We need to change them to the block comments, by removing extra
*
, for exampleThe text was updated successfully, but these errors were encountered: