Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cr_vs_code (1) Versions 0.1.1

Installs/Configures Visual Studio Code

Policyfile
Berkshelf
Knife
cookbook 'cr_vs_code', '~> 0.1.1', :supermarket
cookbook 'cr_vs_code', '~> 0.1.1'
knife supermarket install cr_vs_code
knife supermarket download cr_vs_code
README
Dependencies
Changelog
Quality 17%

Visual Studio Code

A simplistic cookbook to install Visual Studio Code.

Recipes

default

Installs Visual Studio Code from code.visualstudio.com

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like feature/component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors:
- Sean Escriva sean.escriva@gmail.com
- Remi BONNET prog.bontiv@gmail.com

Dependent cookbooks

homebrew >= 0.0.0
apt >= 0.0.0
git >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Changelog for VS_Code cookbook

0.1.1

  • Modify source download links

0.1.0

  • Initial Release
  • Tested support for Windows and Ubuntu
  • Untested recipe for mac_os_x family
  • Add specs and integration tests

Collaborator Number Metric
            

0.1.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

0.1.1 failed this metric

Chef/Correctness/InvalidPlatformMetadata: metadata.rb "supports" platform is invalid (https://docs.chef.io/workstation/cookstyle/chef_correctness_invalidplatformmetadata): cr_vs_code/metadata.rb: 11
Chef/Modernize/FoodcriticComments: Remove legacy code comments that disable Foodcritic rules (https://docs.chef.io/workstation/cookstyle/chef_modernize_foodcriticcomments): cr_vs_code/recipes/windows.rb: 19
Chef/Modernize/IncludingAptDefaultRecipe: Do not include the Apt default recipe to update package cache. Instead use the apt_update resource, which is built into Chef Infra Client 12.7 and later. (https://docs.chef.io/workstation/cookstyle/chef_modernize_includingaptdefaultrecipe): cr_vs_code/recipes/debian.rb: 19
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): cr_vs_code/metadata.rb: 6
Chef/Sharing/InvalidLicenseString: Cookbook metadata.rb does not use a SPDX compliant license string or "all rights reserved". See https://spdx.org/licenses/ for a complete list of license identifiers. (https://docs.chef.io/workstation/cookstyle/chef_sharing_invalidlicensestring): cr_vs_code/metadata.rb: 4

Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number