-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a workaround to a Chef DK issue (chef-boneyard/chef-dk#1027)
- Loading branch information
Franklin Webber
committed
Sep 26, 2016
1 parent
dd0c32b
commit 48aec61
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name 'site_config' | ||
maintainer 'The Authors' | ||
maintainer_email '[email protected]' | ||
license 'all_rights' | ||
description 'Installs/Configures site_config' | ||
long_description 'Installs/Configures site_config' | ||
version '0.1.0' | ||
|
||
issues_url 'https://github.com/chef-training/site_config/issues' if respond_to?(:issues_url) | ||
source_url 'https://github.com/chef-training/site_config' if respond_to?(:source_url) |
48aec61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only resolves the errors about the missing metadata file, you're still left with two foodcritic failures:
Confirmed on both ChefDK 17.17 and 18.30
48aec61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-x test
when launching foodcritic.https://github.com/chef-cookbooks/delivery-truck#customizing-behavior-using-deliveryconfigjson
48aec61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
-x test
flag should work for my scenario, and in a manner that when content is shared won't make it look like chefdk is broken :)