This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Metadata

ID: kotlin-best-practices/final-newline

Language: Kotlin

Severity: Notice

Category: Best Practices

Description

This rule enforces the inclusion of a final newline at the end of every file. Many command-line utilities expect or require the presence of a final newline to function correctly.

Non-Compliant Code Examples

package main

fun main(args : Array<String>) {
    println("Hello world!")
}

Compliant Code Examples

package main

fun main(args : Array<String>) {
    println("Hello world!")
}
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Integraciones sin problemas. Prueba Datadog Code Security

PREVIEWING: aliciascott/DOCS-10646-HA-Agent