Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 376 Bytes

File metadata and controls

37 lines (29 loc) · 376 Bytes

Unknown metas

The following metas are supported:

  • +package
  • +alias
  • +version
  • +rt
  • +architect
  • +home
  • +unlint
  • +probe
  • +syntax

Incorrect:

+foo
+bar

[] > foo

Correct:

+package com.test
+alias foo
+version 0.0.0
+architect yegor256@gmail.com
+rt jvm
+home https://earth.com
+syntax 0.59.0
+unlint unsorted-metas

[] > foo