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

Feature Request: Add rule for sls render validation #137

Closed
dawidmalina opened this issue Nov 29, 2019 · 2 comments
Closed

Feature Request: Add rule for sls render validation #137

dawidmalina opened this issue Nov 29, 2019 · 2 comments
Labels
Status: Duplicate This issue or pull request already exists Type: Enhancement New feature or request

Comments

@dawidmalina
Copy link

It would be good to render sls file to make sure we won't find issues with the syntax

the following code snippet would fail:

# the following code snippet would fail:
/path/to/file1
  file.managed:
    - contents: This is line 1

the following code snippet would pass:

# the following code snippet would fail:
/path/to/file1:
    file.managed:
    - contents: This is line 1
@roaldnefs
Copy link
Member

Thanks @dawidmalina for the feature request!

This feature request is similar to #19 and affects #135.

@roaldnefs roaldnefs added Status: Duplicate This issue or pull request already exists Type: Enhancement New feature or request labels Nov 29, 2019
@roaldnefs
Copy link
Member

Closed this issue in favour of #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate This issue or pull request already exists Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants