Foodcritic / foodcritic

Lint tool for Chef cookbooks.
http://foodcritic.io
MIT License
408 stars 153 forks source link

Detect usage of the :change action in windows_task #725

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

:change is a legacy action used by cookbooks written for Chef < 13 with the windows cookbook. We should alert on these resources since they won't work in Chef 13, which will be the only supported release of Chef in a few months.

tas50 commented 6 years ago

Fixed by https://github.com/Foodcritic/foodcritic/pull/732