Sha256: 772f3e94afa897fe8b5d52b7fe3101263614e4bd7ee3e59d2238cc0ba2fa0294

Contents?: true

Size: 1004 Bytes

Versions: 6

Compression:

Stored size: 1004 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Documentation:
  Enabled: false

Metrics/AbcSize:
  Max: 25
  Exclude:
    - 'lib/vagrant-packet/config.rb'
    - 'lib/vagrant-packet/action/run_instance.rb'
    - 'lib/vagrant-packet/action/start_instance.rb'

Metrics/BlockLength:
  Exclude:
    - 'vagrant-packet.gemspec'

Metrics/ClassLength:
  Exclude:
    - 'lib/vagrant-packet/actions/run_instance.rb'

Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/vagrant-packet/config.rb'
    - 'lib/vagrant-packet/action/run_instance.rb'
    - 'lib/vagrant-packet/action/start_instance.rb'

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 25
  Exclude:
    - 'lib/vagrant-packet/action/run_instance.rb'
    - 'lib/vagrant-packet/action/start_instance.rb'

Metrics/ModuleLength:
  Exclude:
    - 'lib/vagrant-packet/action.rb'

Metrics/PerceivedComplexity:
    Exclude:
    - 'lib/vagrant-packet/config.rb'
    - 'lib/vagrant-packet/action/run_instance.rb'
    - 'lib/vagrant-packet/action/start_instance.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-packet-0.1.6 .rubocop.yml
vagrant-packet-0.1.5 .rubocop.yml
vagrant-packet-0.1.4 .rubocop.yml
vagrant-packet-0.1.3 .rubocop.yml
vagrant-packet-0.1.2 .rubocop.yml
vagrant-packet-0.1.1 .rubocop.yml