Sha256: d6371810efbd04d770c230347c393ed83d3223c5f909dac73ba80cecb4795fa6

Contents?: true

Size: 429 Bytes

Versions: 7

Compression:

Stored size: 429 Bytes

Contents

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

Style/FileName:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/Documentation:
  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

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-conoha-0.1.5 .rubocop.yml
vagrant-conoha-0.1.4 .rubocop.yml
vagrant-conoha-0.1.3 .rubocop.yml
vagrant-conoha-0.1.2 .rubocop.yml
vagrant-conoha-0.1.1 .rubocop.yml
vagrant-conoha-0.1.0 .rubocop.yml
vagrant-openstack-provider-0.7.0 .rubocop.yml