Foodcritic / foodcritic

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

FC033 false positive #794

Open artem-sidorenko opened 5 years ago

artem-sidorenko commented 5 years ago

foodcritic version: 15.1.0

template '/testfile do
  source 'testfile.erb'
end

if testfile.erb is located within templates/default foodcritic is happy. If testfile.erb is located within templates/ , you get FC033.

see also https://github.com/Foodcritic/foodcritic/issues/449