summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2019-09-10 17:14:03 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2019-09-10 17:37:06 +0200
commit958816108617d4938ff86f80daac781884fcc62f (patch)
tree5a8cc7bd690242691aac05990247336d820b6d5e
parent0a9a04f29c47625d29978094acbe7172c5e436fd (diff)
downloadnet-ssh-958816108617d4938ff86f80daac781884fcc62f.tar.gz
Update rubocop_todo.yml
Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
-rw-r--r--.rubocop_todo.yml34
1 files changed, 18 insertions, 16 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 56bd097..8ca8930 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-08-28 11:52:48 +0200 using RuboCop version 0.74.0.
+# on 2019-09-10 17:13:26 +0200 using RuboCop version 0.74.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -27,12 +27,12 @@ Layout/AlignHash:
- 'lib/net/ssh/transport/kex.rb'
- 'test/test_config.rb'
-# Offense count: 71
+# Offense count: 70
# Cop supports --auto-correct.
Layout/EmptyLineAfterGuardClause:
Enabled: false
-# Offense count: 171
+# Offense count: 170
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
@@ -47,13 +47,12 @@ Layout/IndentFirstArrayElement:
Exclude:
- 'lib/net/ssh/transport/openssl.rb'
-# Offense count: 4
+# Offense count: 3
# Cop supports --auto-correct.
Layout/LeadingBlankLines:
Exclude:
- 'Rakefile'
- 'lib/net/ssh/authentication/pub_key_fingerprint.rb'
- - 'net-ssh.gemspec'
- 'support/arcfour_check.rb'
# Offense count: 14
@@ -88,7 +87,7 @@ Layout/SpaceAfterColon:
- 'test/integration/test_ed25519_pkeys.rb'
- 'test/verifiers/test_always.rb'
-# Offense count: 283
+# Offense count: 281
# Cop supports --auto-correct.
Layout/SpaceAfterComma:
Enabled: false
@@ -252,7 +251,7 @@ Lint/UselessAssignment:
- 'test/integration/common.rb'
- 'test/integration/test_forward.rb'
-# Offense count: 224
+# Offense count: 229
Metrics/AbcSize:
Max: 69
@@ -267,7 +266,7 @@ Metrics/BlockLength:
Metrics/BlockNesting:
Max: 4
-# Offense count: 30
+# Offense count: 31
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 488
@@ -276,7 +275,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 27
-# Offense count: 208
+# Offense count: 211
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 82
@@ -354,12 +353,13 @@ Naming/MemoizedInstanceVariableName:
- 'lib/net/ssh/transport/openssl.rb'
- 'test/authentication/test_key_manager.rb'
-# Offense count: 30
+# Offense count: 32
# Configuration parameters: EnforcedStyle.
# SupportedStyles: snake_case, camelCase
Naming/MethodName:
Exclude:
- 'lib/net/ssh/authentication/ed25519_loader.rb'
+ - 'lib/net/ssh/transport/kex/curve25519_sha256_loader.rb'
- 'test/authentication/test_agent.rb'
- 'test/authentication/test_session.rb'
- 'test/common.rb'
@@ -551,7 +551,7 @@ Style/DefWithParentheses:
Exclude:
- 'test/integration/test_forward.rb'
-# Offense count: 13
+# Offense count: 14
Style/Documentation:
Exclude:
- 'spec/**/*'
@@ -561,6 +561,7 @@ Style/Documentation:
- 'lib/net/ssh/connection/session.rb'
- 'lib/net/ssh/ruby_compat.rb'
- 'lib/net/ssh/test/extensions.rb'
+ - 'lib/net/ssh/transport/kex.rb'
- 'lib/net/ssh/transport/key_expander.rb'
- 'lib/net/ssh/transport/openssl.rb'
@@ -592,7 +593,7 @@ Style/FormatStringToken:
Exclude:
- 'lib/net/ssh/loggable.rb'
-# Offense count: 163
+# Offense count: 166
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, never
@@ -610,7 +611,7 @@ Style/IfInsideElse:
Exclude:
- 'lib/net/ssh/connection/session.rb'
-# Offense count: 15
+# Offense count: 16
# Cop supports --auto-correct.
Style/IfUnlessModifier:
Exclude:
@@ -619,6 +620,7 @@ Style/IfUnlessModifier:
- 'lib/net/ssh/proxy/command.rb'
- 'lib/net/ssh/service/forward.rb'
- 'lib/net/ssh/transport/ctr.rb'
+ - 'lib/net/ssh/transport/kex.rb'
- 'lib/net/ssh/transport/kex/abstract5656.rb'
- 'lib/net/ssh/transport/key_expander.rb'
- 'test/integration/test_proxy.rb'
@@ -672,7 +674,7 @@ Style/MultipleComparison:
- 'lib/net/ssh/known_hosts.rb'
- 'lib/net/ssh/verifiers/accept_new_or_local_tunnel.rb'
-# Offense count: 42
+# Offense count: 41
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: literals, strict
@@ -899,7 +901,7 @@ Style/SpecialGlobalVars:
- 'test/manual/test_pageant.rb'
- 'test/test_all.rb'
-# Offense count: 1766
+# Offense count: 1754
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
@@ -963,7 +965,7 @@ Style/ZeroLengthPredicate:
- 'lib/net/ssh/buffered_io.rb'
- 'lib/net/ssh/connection/channel.rb'
-# Offense count: 1615
+# Offense count: 1636
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https