
org.eolang.motives.critical.package-contains-multiple-parts.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
# `+package` contains multiple parts
Special `+package` meta must be constructed from exact one part.
Incorrect:
```eo
+package foo bar
[] > foo
```
Correct:
```eo
+package foo.bar
[] > foo
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy