mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
rubocop: fix offences of the Bundler/InsecureProtocolSource cop
This commit is contained in:
parent
abf3704c66
commit
6ea62fef97
2 changed files with 1 additions and 9 deletions
|
@ -6,14 +6,6 @@
|
|||
# Note that changes in the inspected code, or installation of new
|
||||
# versions of RuboCop, may require this file to be generated again.
|
||||
|
||||
# Offense count: 1
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: Include.
|
||||
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
|
||||
Bundler/InsecureProtocolSource:
|
||||
Exclude:
|
||||
- 'spec/fixtures/Gemfile'
|
||||
|
||||
# Offense count: 1
|
||||
# Configuration parameters: Include.
|
||||
# Include: **/*.gemspec
|
||||
|
|
2
spec/fixtures/Gemfile
vendored
2
spec/fixtures/Gemfile
vendored
|
@ -1 +1 @@
|
|||
source :rubygems
|
||||
source 'https://rubygems.org'
|
||||
|
|
Loading…
Reference in a new issue