summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2019-08-23 10:45:37 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2019-08-23 10:45:37 +0200
commit3812e6a0fcbe0d1c402b095c460537a524b02d22 (patch)
tree7a8fc4db6d5a5db20e955393ba8a27a330510351 /.rubocop.yml
parent40dd5f8d97617aa15ebd1df99c69e1acc9887085 (diff)
downloadnet-ssh-3812e6a0fcbe0d1c402b095c460537a524b02d22.tar.gz
Reconfigure rubocop
Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b2507bc..8b3abe1 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,8 +1,5 @@
inherit_from: .rubocop_todo.yml
-AllCops:
- Exclude:
- - 'tryout/**/*'
-
Style/DoubleNegation:
- Enabled: false
+ Exclude:
+ - 'lib/net/ssh/key_factory.rb'