diff --git a/.foodcritic b/.foodcritic new file mode 100644 index 0000000..e0b5b64 --- /dev/null +++ b/.foodcritic @@ -0,0 +1 @@ +~FC024 diff --git a/Rakefile b/Rakefile index 98b1d18..c321d90 100644 --- a/Rakefile +++ b/Rakefile @@ -10,8 +10,7 @@ namespace :style do desc 'Run Chef style checks' FoodCritic::Rake::LintTask.new(:chef) do |t| t.options = { - fail_tags: ['any'], - tags: ['~FC0057', '~FC024'] + fail_tags: ['any'] } end end