summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <florian@cyberwatch.fr>2021-07-01 22:28:30 +0200
committerFlorian Wininger <florian@cyberwatch.fr>2021-07-01 22:28:30 +0200
commit7d4adb5ad1d407470ff63a68b661f7e82e195cbb (patch)
tree90085611a8bd52177f9dc5a7962c63039d8e18ec
parentda80a1f606f6985ed579126c22682ed0ce044c21 (diff)
downloadnet-ssh-7d4adb5ad1d407470ff63a68b661f7e82e195cbb.tar.gz
Update rubocop_todo
-rw-r--r--.rubocop_todo.yml22
1 files changed, 14 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 30bb007..d86c153 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2021-06-10 19:22:32 UTC using RuboCop version 1.12.1.
+# on 2021-07-01 20:27:30 UTC using RuboCop version 1.17.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
@@ -20,7 +20,7 @@ Gemspec/RequiredRubyVersion:
Layout/ArgumentAlignment:
Enabled: false
-# Offense count: 63
+# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
# SupportedHashRocketStyles: key, separator, table
@@ -33,7 +33,7 @@ Layout/HashAlignment:
- 'lib/net/ssh/transport/hmac.rb'
- 'lib/net/ssh/transport/kex.rb'
-# Offense count: 23
+# Offense count: 8
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: aligned, indented
@@ -57,7 +57,7 @@ Layout/SpaceAfterComma:
Layout/SpaceAroundEqualsInParameterDefault:
Enabled: false
-# Offense count: 12
+# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
@@ -92,6 +92,12 @@ Lint/ConstantDefinitionInBlock:
Exclude:
- 'test/transport/test_cipher_factory.rb'
+# Offense count: 1
+# Cop supports --auto-correct.
+Lint/DeprecatedClassMethods:
+ Exclude:
+ - 'lib/net/ssh/transport/packet_stream.rb'
+
# Offense count: 10
# Cop supports --auto-correct.
Lint/DeprecatedOpenSSLConstant:
@@ -171,7 +177,7 @@ Lint/UnderscorePrefixedVariableName:
Exclude:
- 'lib/net/ssh/test/local_packet.rb'
-# Offense count: 60
+# Offense count: 15
# Cop supports --auto-correct.
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
Lint/UnusedBlockArgument:
@@ -214,7 +220,7 @@ Lint/UselessTimes:
Metrics/AbcSize:
Max: 77
-# Offense count: 17
+# Offense count: 16
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
@@ -442,7 +448,7 @@ Style/CharacterLiteral:
Exclude:
- 'test/test_buffer.rb'
-# Offense count: 17
+# Offense count: 18
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: nested, compact
@@ -552,7 +558,7 @@ Style/FormatString:
- 'lib/net/ssh/authentication/pageant.rb'
- 'lib/net/ssh/loggable.rb'
-# Offense count: 171
+# Offense count: 173
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never