Foodcritic / foodcritic

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

Add FC119: windows_task :change action no longer exists in Chef 13 #732

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

We didn't port the :change action over in Chef 13. It was just a dirty hack for not supporting true idempotency in the cookbook.

There's just 1 violation on the Supermarket:

FC119: windows_task :change action no longer exists in Chef 13: ./ad-join/resources/domain_join.rb:69

Signed-off-by: Tim Smith tsmith@chef.io