Skip to content

Commit

Permalink
Update comments with real examples
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jul 16, 2019
1 parent d68d94d commit faaf0b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rubocop/cop/chef/insecure_cookbook_url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module Chef
#
# # good

# source 'https://supermarket.chef.io'
# source_url 'http://github.com/something/something'
# source_url 'http://gitlab.com/something/something'
#
class InsecureCookbookURL < Cop
MSG = 'Insecure http Github or Gitlab URLs for metadata source_url/issues_url fields'.freeze
Expand Down

0 comments on commit faaf0b6

Please sign in to comment.