Skip to content

Commit

Permalink
Merge pull request #149 from chef/Bundler/InsecureProtocolSource
Browse files Browse the repository at this point in the history
Enable Bundler/InsecureProtocolSource cop
  • Loading branch information
tas50 committed Sep 30, 2021
2 parents ad2cc85 + 283ecba commit 2fc5a06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/chefstyle.yml
Expand Up @@ -9,6 +9,10 @@ AllCops:
Bundler/DuplicatedGem:
Enabled: false

Bundler/InsecureProtocolSource:
Enabled: true
AllowHttpProtocol: false

#
# Lint
#
Expand Down

0 comments on commit 2fc5a06

Please sign in to comment.