acaiafa/opentsdb-cookbook

View on GitHub
metadata.rb

Summary

Maintainability
A
0 mins
Test Coverage

Ensure source_url is set in metadata
Open

name 'opentsdb'
Severity: Minor
Found in metadata.rb by foodcritic

This warning is shown if a cookbook does not include the source_url property in its metadata file. source_url is used to point to the source location for the cookbook and is currently parsed by Supermarket to add links to community cookbooks. Note: source_url is a Chef 12 only feature that will cause cookbook failures in Chef 11 so it should be properly gated if the code will be run on Chef 11 hosts.

Ensure issues_url is set in metadata
Open

name 'opentsdb'
Severity: Minor
Found in metadata.rb by foodcritic

This warning is shown if a cookbook does not include the issues_url property in its metadata file. issues_url is used to point to the location for submitting issues (bugs) for the cookbook and is currently parsed by Supermarket to add links to community cookbooks. Note: issues_url is a Chef 12 only feature that will cause cookbook failures in Chef 11 so it should be properly gated if the code will be run on Chef 11 hosts.

There are no issues that match your filters.

Category
Status