Sha256: 192f29869c3d48072040fd606470e0c31f43378056f6bbd7b11b03d48c44b89d

Contents?: true

Size: 485 Bytes

Versions: 6

Compression:

Stored size: 485 Bytes

Contents

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

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: 60

Metrics/LineLength:
  Max: 150

Metrics/ParameterLists:
  Max: 6

Metrics/AbcSize:
  Max: 110

Metrics/PerceivedComplexity:
  Max: 45

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-conoha-0.1.7 .rubocop.yml
vagrant-openstack-provider-0.9.0 .rubocop.yml
vagrant-openstack-provider-0.8.0 .rubocop.yml
vagrant-conoha-0.1.6 .rubocop.yml
vagrant-openstack-provider-0.7.2 .rubocop.yml
vagrant-openstack-provider-0.7.1 .rubocop.yml