summaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: 973c53d73bf9f4011bb5e4aa66d3fd3cf4c9e3bc (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'

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