org.eolang.motives.comments.comment-too-short.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 Too Short
Comment must be 32+ characters long.
Incorrect:
```eo
# This comment is short.
[] > foo
42 > @
```
Correct:
```eo
# This is the default 32+ characters comment in front of abstract object.
[] > foo
42 > @
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy