Skip to content

Commit

Permalink
Don't show Foodcritic warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gildegoma committed Jul 2, 2014
1 parent 150cce5 commit f434bcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -8,8 +8,7 @@ task :default => [:foodcritic, :spec]
FoodCritic::Rake::LintTask.new do |t|
t.files = [ 'ci_environment', 'worker_host' ]
t.options = {
:tags => %w( ~readme ),
:fail_tags => %w( ~FC001 ~FC002 ~FC003 ~FC004 ~FC005 ~FC007 ~FC015 ~FC016 ~FC017 ~FC019 ~FC022 ~FC023 ~FC024 ~FC043 ~FC047 ~FC048 )
:tags => %w( ~readme ~FC001 ~FC002 ~FC003 ~FC004 ~FC005 ~FC007 ~FC015 ~FC016 ~FC017 ~FC019 ~FC022 ~FC023 ~FC024 ~FC043 ~FC047 ~FC048 )
}
end

Expand Down

0 comments on commit f434bcf

Please sign in to comment.