Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detection of insecure interpolations in unless parameter
When using the `unless` parameter of an `exec` resource with unsafe string interpolation, the linter should warn about the issue. It happen that it currently doesn't because unless is also a keyword. Adjust the linter to cope with this.
- Loading branch information