summaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: 41e49154afc1bb8a05ff79a1597bd60f3fe19e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
inherit_from: .rubocop_todo.yml

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

Metrics/LineLength:
  Max: 150
  Exclude:
    - 'test/**/*.rb'
    - 'net-ssh.gemspec'