FC031: Cookbook without metadata file
FC045: Consider setting cookbook name in metadata
metadata.rb and metadata.json are present, and as far as I have understood they are correct.
This is the metadata.rb file:
name 'empty'
maintainer 'john q. citizen'
maintainer_email '
'
license 'Apache 2.0'
description 'Installs/Configures empty'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0'
And metadata.json is generated with the command:
knife cookbook metadata ...
Could someone help me to understand what's wrong with foodcritic?
Bests,
Vincenzo