Sha256: 4fb7087305de162da5d9d577f821bce97fdd909e584faabba9a67c37e80f8b89

Contents?: true

Size: 509 Bytes

Versions: 8

Compression:

Stored size: 509 Bytes

Contents

AllCops:
  Exclude:
    - '.bundle/**/*'
    - 'out/**/*'
    - '**/Vagrantfile'
  DisplayCopNames: true

Style/FileName:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassVars:
  Enabled: false

Metrics/ClassLength:
  Max: 300

Metrics/CyclomaticComplexity:
  Severity: warning
  Max: 15

Metrics/MethodLength:
  Max: 65

Metrics/LineLength:
  Max: 150

Metrics/ParameterLists:
  Max: 6

Metrics/AbcSize:
  Max: 110

Metrics/PerceivedComplexity:
  Max: 45

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
vagrant-openstack-provider-0.13.0 .rubocop.yml
vagrant-openstack-illuin-provider-0.12.0 .rubocop.yml
vagrant-openstack-provider-0.12.0 .rubocop.yml
vagrant-conoha-0.1.10 .rubocop.yml
vagrant-openstack-provider-illuin-0.11.1 .rubocop.yml
vagrant-openstack-provider-0.11.0 .rubocop.yml
vagrant-conoha-0.1.9 .rubocop.yml
vagrant-conoha-0.1.8 .rubocop.yml