org.eolang.motives.comments.ascii-only.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
# ASCII-Only Characters in Comment
All comments must include only ASCII characters.
Incorrect:
```eo
# привет.
# 你好,伙计
# Γεια σας
[] > foo
```
Correct:
```eo
# This is the comment with all ASCII characters.
[] > foo
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy