Project

General

Profile

« Previous | Next » 

Revision 56eca959

Added by Michael Moll over 4 years ago

Fixes #29154 - Fix Layout/TrailingBlankLines cop

View differences:

.rubocop_todo.yml
Layout/SpaceInsideParens:
Enabled: false
# Offense count: 16
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line
Layout/TrailingBlankLines:
Enabled: false
# Offense count: 3
Lint/AmbiguousBlockAssociation:
Enabled: false
extra/migrations/20150327000000_migrate_monolithic_config.rb
end
end
end
end
end
extra/register-service.rb
puts "There was a problem registering the service: " + e.message
puts 'Check log file for details'
end
lib/bundler_helper.rb
end
end
end
end
end
lib/proxy/file_lock.rb
end
end
end
end
end
modules/bmc/bmc_plugin.rb
plugin :bmc, ::Proxy::VERSION
end
end
end
modules/puppetca_hostname_whitelisting/plugin_configuration.rb
end
end
end
modules/puppetca_token_whitelisting/plugin_configuration.rb
end
end
end
modules/tftp/tftp.rb
require 'tftp/tftp_plugin'
module Proxy::TFTP; end
module Proxy::TFTP; end
tasks/jenkins.rake
rescue LoadError # rubocop:disable Lint/HandleExceptions
# ci/reporter/rake/rspec not present, skipping this definition
end
test/dns_nsupdate/dns_nsupdate_config_test.rb
assert_equal 'principal', provider.tsig_principal
end
end
test/migrations/1_test_migration_one.rb
class TestMigrationOne < ::Proxy::Migration
def migrate
end
end
end
test/migrations/2_test_migration_two.rb
class TestMigrationTwo < ::Proxy::Migration
def migrate
end
end
end
test/migrations/3_test_migration_three.rb
class TestMigrationThree < ::Proxy::Migration
def migrate
end
end
end
test/migrations/autosign_migration_test.rb
assert_equal [:puppetca, :autosignfile, '/etc/puppet/autosign.conf'], @migration.remap_parameter(:puppetdir, '/etc/puppet')
end
end
test/migrations/puppet_migration_test.rb
@migration.migrate_puppet_configuration(:enabled => true, :puppet_url => "http://localhost"))
end
end
test/migrations/realm_migration_test.rb
assert_equal({:realm => {:use_provider => 'realm_freeipa'}}, @migration.migrate_realm_configuration({}))
end
end

Also available in: Unified diff