You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, there's also another commit there, which adjusts the CI so that the yamllint error is resolved and the CI doesn't fail fast (so that all instance failures can be seen):
Describe the bug
Encountered a false positive for the Jinja variables check, based on this block:
With the error being:
To Reproduce
I've provided a failing test here:
As I've mentioned there, it fails within quotes as well:
- content: 'DKIM_DOMAIN = ${lc:${domain:$h_from:}}'
Here's the failure in GitHub Actions based on that commit:
Note, there's also another commit there, which adjusts the CI so that the
yamllint
error is resolved and the CI doesn't fail fast (so that all instance failures can be seen):Let me know if you'd like that in a PR here.
Expected behavior
The regex shouldn't catch this as a failure.
The text was updated successfully, but these errors were encountered: