A linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Apache License 2.0
109
stars
54
forks
source link
Chef/Modernize/CronDFileOrTemplate fails to flag matching resources that use string interpolation #940
Version:
7.25.10
Environment:
Scenario:
Chef/Modernize/CronDFileOrTemplate
should fire in all cases it's relevant.Steps to Reproduce:
create a minimal cookbook with the following recipe and run cookstyle.
Expected Result:
An offense for
Chef/Modernize/CronDFileOrTemplate
should be raised but is not.Actual Result:
cookstyle reports no offenses detected