summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
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'