
org.eolang.motives.metas.duplicate-metas.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
# Duplicate Metas
Metas must not be duplicated.
Incorrect:
```eo
+home https://github.com/objectionary/eo
+home https://github.com/objectionary/eo
[] > foo
```
Correct:
```eo
+home https://github.com/objectionary/eo
[] > foo
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy