Foodcritic / foodcritic

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

Fix FC086 to only alert when you try to load a databag #696

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

Ignore the other methods in this class since there's valid uses for them within cookbook code

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

tas50 commented 6 years ago

The test failure is actually a line in the database cookbook that shouldn't be alerting. I'll update the regression tests to properly expect nothing here.