summaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: 8b3abe1b8e4319b7b6803435f63302640d87d533 (plain)
1
2
3
4
5
inherit_from: .rubocop_todo.yml

Style/DoubleNegation:
  Exclude:
    - 'lib/net/ssh/key_factory.rb'