Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the description of ChefModernize/UseBuildEssentialResource #386

Merged
merged 1 commit into from
Nov 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/rubocop/cop/chef/modernize/build_essential.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module RuboCop
module Cop
module Chef
module ChefModernize
# Use secure Github and Gitlab URLs for source_url and issues_url
# Use the build_essential resource from the build-essential cookbook 5.0+ or Chef Infra Client 14+ instead of using the build-essential::default recipe.
#
# @example
#
Expand All @@ -29,6 +29,7 @@ module ChefModernize
#
# # good
# build_essential 'install compilation tools'
#
class UseBuildEssentialResource < Cop
MSG = 'Use the build_essential resource instead of the legacy build-essential recipe. This resource ships in the build-essential cookbook v5.0+ and is built into Chef Infra Client 14+'.freeze

Expand Down