
org.eolang.motives.comments.comment-without-dot.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lints Show documentation
Show all versions of lints Show documentation
Style checkers (linters) for EO language
# Comment Without Dot
Comment must end with a dot.
Incorrect:
```eo
# This comment doesn't end with a dot
[] > foo
42 > @
```
Correct:
```eo
# This does end with a dot.
[] > foo
42 > @
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy