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

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

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

Style/EmptyLiteral:
  Enabled: false