Skip to content

Commit

Permalink
Merge pull request #913 from chef/rubygems_http
Browse files Browse the repository at this point in the history
Flag http rubygems sources in gemfiles
  • Loading branch information
tas50 authored Sep 30, 2021
2 parents ce83e6a + 6587774 commit 20b5c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2813,6 +2813,7 @@ Style/GuardClause:
# Users really shouldn't have a gem, but if they do they should do it securely
Bundler/InsecureProtocolSource:
Enabled: true
AllowHttpProtocol: false

# It's easier to read a simple .each and they're faster
Lint/RedundantWithIndex:
Expand Down

0 comments on commit 20b5c00

Please sign in to comment.