When I use chef generate recipe foo
Foodcritic complains about there not being a README and metadata in the “test” directory.
So I have a couple of options.
Create the relevant files, but then this should have been done by the generate function.
Ignore the foodcritic warnings, but then this will ignore real warnings.
remove the test directory
Any ideas or pointers ?