Foodcritic / foodcritic

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

Add FC117: Do not use kind_of in custom resource properties #734

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

Turns out kind_of and a straight Ruby type in a custom resource aren't actually the same code path. We should get people off of kind_of when they're writing custom resources since some day we'll probably want to kill off the old code.

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