Sha256: 5f8fc3c6ebf5aeb27a5d441030afe6ab5f775d3c6c440003381c222dcf0981c6

Contents?: true

Size: 325 Bytes

Versions: 8

Compression:

Stored size: 325 Bytes

Contents

AllCops:
  Exclude:
    - 'tryout/**/*'
    - "vendor/**/.*"
    - "vendor/**/*"
  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'

Style/EmptyLiteral:
  Enabled: false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
net-ssh-backports-6.3.6.backports .rubocop.yml
net-ssh-backports-6.3.5.backports .rubocop.yml
net-ssh-backports-6.3.4.backports .rubocop.yml
net-ssh-backports-6.3.3.backports .rubocop.yml
net-ssh-backports-6.3.2.backports .rubocop.yml
net-ssh-backports-6.3.1.backports .rubocop.yml
net-ssh-backports-6.3.0.backports .rubocop.yml
net-ssh-6.3.0.beta1 .rubocop.yml