Enforce block comment alignment
This product is not supported for your selected
Datadog site. (
).
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
ID: kotlin-code-style/block-comment-formatting
Language: Kotlin
Severity: Notice
Category: Code Style
Description
Block comments should contain asterisks that visually form a vertical line. This promotes visual simplicity and makes the comment easier to read.
Non-Compliant Code Examples
/*
* This comment is not formatted well.
*/
/*
* This comment is not either.
*/
/*
* Nor is this comment.
*/
Compliant Code Examples
/*
* This comment is formatted well.
*/
/*
* As is this comment.
*/
Seamless integrations. Try Datadog Code Security