Skip to content

Commit

Permalink
fix(#3035): fix ./eo-runtime yaml linting errors and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slry committed Apr 21, 2024
1 parent 7ee9ebc commit 6230b7f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion eo-runtime/src/test/resources/org/eolang/snippets/all.yaml
@@ -1,7 +1,8 @@
---
out:
- ".*works!.*"
file: org/eolang/snippets/all.eo
args: ["org.eolang.snippets.all"]
args: [ "org.eolang.snippets.all" ]
eo: |
+package org.eolang.snippets
Expand Down
@@ -1,7 +1,8 @@
---
out:
- ".*Hello, Jeff.*"
file: org/eolang/snippets/complex-horizontal.eo
args: ["org.eolang.snippets.complex-horizontal"]
args: [ "org.eolang.snippets.complex-horizontal" ]
eo: |
+package org.eolang.snippets
+alias org.eolang.io.stdout
Expand Down
@@ -1,3 +1,4 @@
---
skip: true
file: org/eolang/snippets/fibo.eo
out:
Expand All @@ -22,4 +23,3 @@ eo: |
"%d is the %dth number\n"
8
f 6
@@ -1,3 +1,4 @@
---
out:
- ".*greater.*"
file: org/eolang/snippets/ifthenelse.eo
Expand All @@ -16,4 +17,3 @@ eo: |
"greater"
stdout > @
f 17
@@ -1,3 +1,4 @@
---
file: org/eolang/snippets/parenting.eo
out:
- ".*123.*"
Expand Down
@@ -1,7 +1,8 @@
---
out:
- ".*Hello, Jeff!.*"
file: org/eolang/snippets/simple-horizontal.eo
args: ["org.eolang.snippets.simple-horizontal"]
args: [ "org.eolang.snippets.simple-horizontal" ]
eo: |
+package org.eolang.snippets
+alias org.eolang.io.stdout
Expand Down
@@ -1,7 +1,8 @@
---
out:
- ".*Hello, Jeff!.*"
file: org/eolang/snippets/simple.eo
args: ["org.eolang.snippets.simple"]
args: [ "org.eolang.snippets.simple" ]
eo: |
+package org.eolang.snippets
+alias org.eolang.io.stdout
Expand Down
@@ -1,7 +1,8 @@
---
out:
- ".*first.*"
file: org/eolang/snippets/vmb.eo
args: ["org.eolang.snippets.vbm"]
args: [ "org.eolang.snippets.vbm" ]
eo: |
+package org.eolang.snippets
+alias org.eolang.io.stdout
Expand Down

0 comments on commit 6230b7f

Please sign in to comment.