Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Fix the exclusions for the Foodcritic tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 31, 2017
1 parent 2834635 commit e090d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ GEM
fog-xml (0.1.3)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
foodcritic (10.2.0)
foodcritic (10.2.1)
cucumber-core (>= 1.3)
erubis
nokogiri (>= 1.5, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Kitchen-ec2 has been updated to 1.3.2 with support for Windows 2016 instances
- chefspec 5.3.0 -> 6.2.0 ([Changelog](https://github.com/sethvargo/chefspec/blob/master/CHANGELOG.md))
- cookstyle 1.2.0 -> 1.3.0 ([Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md))
- fauxhai 3.10.0 -> 4.1.0 ([Changelog](https://github.com/customink/fauxhai/blob/master/CHANGELOG.md)
- foodcritic 9.0.0 -> 10.2.0 ([Changelog](https://github.com/acrmp/foodcritic/blob/master/CHANGELOG.md)
- foodcritic 9.0.0 -> 10.2.1 ([Changelog](https://github.com/acrmp/foodcritic/blob/master/CHANGELOG.md)
- inspec 1.11.0 -> 1.18.0 ([Changelog](https://github.com/chef/inspec/blob/master/CHANGELOG.md))
- kitchen-dokken 1.1.0 -> 2.1.2 ([Changelog](https://github.com/someara/kitchen-dokken/blob/master/CHANGELOG.md))
- kitchen-ec2 1.2.0 -> 1.3.2 ([Changelog](https://github.com/test-kitchen/kitchen-ec2/blob/master/CHANGELOG.md))
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ namespace :style do
desc "Run Chef Cookbook (Foodcritic) style checks"
FoodCritic::Rake::LintTask.new(:foodcritic) do |t|
t.options = {
fail_tags: ["any"],
tags: ["~FC007", "~FC011", "~FC031", "~FC045", "~supermarket"],
tags: ["~FC064", "~FC065", "~FC066", "~FC067"],
cookbook_paths: ["lib/chef-dk/skeletons/code_generator"],
progress: true,
}
Expand Down

0 comments on commit e090d30

Please sign in to comment.