Skip to content

Commit

Permalink
Merge pull request #185 from basho-labs/dot_foodcritic
Browse files Browse the repository at this point in the history
Adding .foodcritic file, removing tags from Rakefile
  • Loading branch information
Seth Thomas committed Jul 26, 2015
2 parents 4b55f26 + 442b099 commit ccbe840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .foodcritic
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~FC024
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccbe840

Please sign in to comment.