Skip to content

Commit

Permalink
Ignore FC024 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmische committed Jan 23, 2013
1 parent 9175972 commit 39b5ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ task :foodcritic do
sandbox = File.join(File.dirname(__FILE__), %w{tmp foodcritic cookbook})
prepare_foodcritic_sandbox(sandbox)

sh "foodcritic --epic-fail any #{File.dirname(sandbox)}"
sh "foodcritic --epic-fail any --epic-fail ~FC024 #{File.dirname(sandbox)}"
else
STDERR.puts "WARN: foodcritic run is skipped as Ruby #{RUBY_VERSION} is < 1.9.2."
end
Expand Down

0 comments on commit 39b5ef2

Please sign in to comment.