lib/rubocop/rspec/config_formatter.rb in rubocop-rspec-1.36.0 vs lib/rubocop/rspec/config_formatter.rb in rubocop-rspec-1.37.0

- old
+ new

@@ -5,10 +5,10 @@ module RuboCop module RSpec # Builds a YAML config file from two config hashes class ConfigFormatter NAMESPACES = /^(RSpec|Capybara|FactoryBot|Rails)/.freeze - STYLE_GUIDE_BASE_URL = 'http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/' + STYLE_GUIDE_BASE_URL = 'https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/' def initialize(config, descriptions) @config = config @descriptions = descriptions end