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

cylc lint: errors raised for multi-line Jinja2 blocks #6348

Open
oliver-sanders opened this issue Sep 2, 2024 · 0 comments
Open

cylc lint: errors raised for multi-line Jinja2 blocks #6348

oliver-sanders opened this issue Sep 2, 2024 · 0 comments
Labels
bug Something is wrong :( small
Milestone

Comments

@oliver-sanders
Copy link
Member

$ cat flow.cylc 
#!Jinja2

{% set FOO=[
    1
] %}

$ cylc lint .
[S002] flow.cylc:5: Item not indented.

Checked ... against ['728', 'style'] rules and found 1 issue.

$ echo $?
1
@oliver-sanders oliver-sanders added bug Something is wrong :( small labels Sep 2, 2024
@oliver-sanders oliver-sanders added this to the some-day milestone Sep 2, 2024
@MetRonnie MetRonnie changed the title lint: errors raised for multi-line Jinja2 blocks cylc lint: errors raised for multi-line Jinja2 blocks Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :( small
Projects
None yet
Development

No branches or pull requests

1 participant