Sha256: 77fcfc8fa824bd24b79975b2f6b045dc2200651544bfb93eb1a823b03a82801b

Contents?: true

Size: 351 Bytes

Versions: 18

Compression:

Stored size: 351 Bytes

Contents

AllCops:
  Exclude:
    - 'tryout/**/*'
    - "vendor/**/.*"
    - "vendor/**/*"
  NewCops: enable
  TargetRubyVersion: 2.6

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

18 entries across 18 versions & 4 rubygems

Version Path
net-ssh-7.3.0 .rubocop.yml
net-ssh-7.3.0.rc1 .rubocop.yml
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.rubocop.yml
net-ssh-7.2.3 .rubocop.yml
net-ssh-7.2.2.rc1 .rubocop.yml
net-ssh-7.2.1 .rubocop.yml
net-ssh-7.2.1.rc1 .rubocop.yml
net-ssh-7.2.0 .rubocop.yml
net-ssh-7.2.0.rc1 .rubocop.yml
net-ssh-7.2.0.beta1 .rubocop.yml
net-ssh-7.1.0 .rubocop.yml
net-ssh-7.1.0.beta2 .rubocop.yml
net-ssh-7.1.0.beta1 .rubocop.yml
net-ssh-clone-7.0.1 .rubocop.yml
net-ssh-7.0.1 .rubocop.yml
net-ssh-7.0.0 .rubocop.yml
net-ssh-7.0.0.beta1 .rubocop.yml
eximius-net-ssh-6.3.1 .rubocop.yml