diff options
author | Florian Wininger <fw.centrale@gmail.com> | 2021-10-25 15:25:57 +0200 |
---|---|---|
committer | Florian Wininger <fw.centrale@gmail.com> | 2021-10-25 15:55:44 +0200 |
commit | f79ed49dc068317fb280bd2fb554ecb0ce13a7e1 (patch) | |
tree | 32fbf2392f8225905d6cf77412f0f01dbbf82097 /.rubocop_todo.yml | |
parent | cf1b4da0d56e6b0598f9d5fbc3c335011f42bc26 (diff) | |
download | net-ssh-f79ed49dc068317fb280bd2fb554ecb0ce13a7e1.tar.gz |
Fix rubocop coding style.
Lot of spacing issues :)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f0c63ba..0cec116 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,52 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 75 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, IndentationWidth. -# SupportedStyles: with_first_argument, with_fixed_indentation -Layout/ArgumentAlignment: - Enabled: false - -# Offense count: 1 -# Cop supports --auto-correct. -Layout/CommentIndentation: - Exclude: - - 'test/common.rb' - -# Offense count: 35 -# Cop supports --auto-correct. -# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. -# SupportedHashRocketStyles: key, separator, table -# SupportedColonStyles: key, separator, table -# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit -Layout/HashAlignment: - Exclude: - - 'lib/net/ssh/key_factory.rb' - - 'lib/net/ssh/transport/cipher_factory.rb' - - 'lib/net/ssh/transport/hmac.rb' - - 'lib/net/ssh/transport/kex.rb' - -# Offense count: 33 -# Cop supports --auto-correct. -# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment. -Layout/LeadingCommentSpace: - Exclude: - - 'lib/net/ssh/buffered_io.rb' - - 'lib/net/ssh/connection/channel.rb' - - 'lib/net/ssh/connection/session.rb' - - 'lib/net/ssh/errors.rb' - - 'lib/net/ssh/proxy/https.rb' - - 'lib/net/ssh/service/forward.rb' - - 'lib/net/ssh/test/extensions.rb' - - 'lib/net/ssh/transport/ctr.rb' - - 'lib/net/ssh/transport/kex/abstract.rb' - - 'lib/net/ssh/transport/kex/abstract5656.rb' - - 'lib/net/ssh/transport/kex/curve25519_sha256.rb' - - 'lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb' - - 'lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb' - - 'lib/net/ssh/transport/session.rb' - # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, IndentationWidth. @@ -71,30 +25,6 @@ Layout/MultilineOperationIndentation: - 'lib/net/ssh/transport/algorithms.rb' - 'lib/net/ssh/transport/state.rb' -# Offense count: 294 -# Cop supports --auto-correct. -Layout/SpaceAfterComma: - Enabled: false - -# Offense count: 136 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: space, no_space -Layout/SpaceAroundEqualsInParameterDefault: - Enabled: false - -# Offense count: 5 -# Cop supports --auto-correct. -# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator. -# SupportedStylesForExponentOperator: space, no_space -Layout/SpaceAroundOperators: - Exclude: - - 'lib/net/ssh/key_factory.rb' - - 'lib/net/ssh/known_hosts.rb' - - 'lib/net/ssh/test/extensions.rb' - - 'lib/net/ssh/transport/hmac/abstract.rb' - - 'lib/net/ssh/transport/identity_cipher.rb' - # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. |