summaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: d80105cd2506ad480e8befe8af66fa6c27a54d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AllCops:
  Exclude:
    - 'tryout/**/*'
  NewCops: enable

inherit_from: .rubocop_todo.yml

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

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