lib/kitchen/transport/ssh.rb in test-kitchen-1.13.2 vs lib/kitchen/transport/ssh.rb in test-kitchen-1.14.0
- old
+ new
@@ -392,10 +392,10 @@
# construction.
#
# @param data [Hash] merged configuration and mutable state data
# @return [Hash] hash of connection options
# @api private
- # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metrics/CyclomaticComplexity
+ # rubocop:disable Metrics/MethodLength, Metrics/AbcSize
def connection_options(data)
opts = {
:logger => logger,
:user_known_hosts_file => "/dev/null",
:paranoid => false,