Foodcritic / foodcritic

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

Create a rule for setting the name property on a resource #735

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

We need a rule that alerts if someone does this:

some_resource 'foo' do
  name "it's not foo now"
end
tas50 commented 6 years ago

Rule has been added