Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspection: 'SyntaxError: No rule keywords allowed after run/shell/script/wrapper/cwl in rule foo.' #37

Closed
iromeo opened this issue May 3, 2019 · 0 comments
Assignees
Labels
inspections Code inspections

Comments

@iromeo
Copy link
Contributor

iromeo commented May 3, 2019

The code below doesn't work at runtime due to error: SyntaxError: No rule keywords allowed after run/shell/script/wrapper/cwl in rule foo.

    input:
       a = "aaa",
       b = "bbb"
    output: "ooo"
    run:
       print()
       print()
       print()
    params: c = "ccc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inspections Code inspections
Projects
None yet
Development

No branches or pull requests

2 participants