All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.yaml.rules.yaml.TrailingSpacesCheck.html Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version

Use this rule to forbid trailing spaces at the end of lines.

Examples

When enabled the following code snippet would PASS:

    this document doesn't contain
    any trailing
    spaces

the following code snippet would FAIL:

    this document contains     " "
    trailing spaces
    on lines 1 and 3         " "




© 2015 - 2024 Weber Informatics LLC | Privacy Policy