diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3c997da..9497937 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -529,12 +529,6 @@ Style/Documentation: # Offense count: 1 # Cop supports --auto-correct. -Style/EmptyLiteral: - Exclude: - - 'lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb' - -# Offense count: 1 -# Cop supports --auto-correct. Style/EvenOdd: Exclude: - 'lib/net/ssh/buffer.rb' |