Foodcritic / foodcritic

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

Fix 2 bugs in calculating the cookbook dir from cookbook fles #753

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

Both of these bugs happened when you matched on cookbook:

If you used the Chef 13+ recipe.rb or attribute.rb files we would end up 1 directory above the cookbook which would cause rules to fail If you placed you templates directly in the templates directory you would end up 1 directory above the cookbook which would cause rules to fail

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