org.eolang.motives.metas.unknown-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
# Unknown Metas
The following metas are supported:
* `+package`
* `+alias`
* `+version`
* `+tests`
* `+rt`
* `+architect`
* `+home`
* `+unlint`
* `+probe`
Incorrect:
```eo
+foo
+bar
[] > foo
```
Correct:
```eo
+package com.test
+alias foo
+version 0.0.0
+architect [email protected]
+rt jvm
+home https://earth.com
+unlint unsorted-metas
[] > foo
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy