Sha256: c818728ad669f1c546425b215b4a3d1575d5a0e0867773110cffdd9c79d8b6af

Contents?: true

Size: 715 Bytes

Versions: 6

Compression:

Stored size: 715 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Lint/ScriptPermission:
  Enabled: false

Naming/UncommunicativeMethodParamName:
  Enabled: false

Naming/VariableName:
  Enabled: false

# Only disabled until the cyclomatic complexity method in measure.rb (ported from bonnie-bundler) is rewritten
Lint/NestedMethodDefinition:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cqm-models-0.7.7 .rubocop.yml
cqm-models-0.7.6 .rubocop.yml
cqm-models-0.7.5 .rubocop.yml
cqm-models-0.7.4 .rubocop.yml
cqm-models-0.7.3 .rubocop.yml
cqm-models-0.7.2 .rubocop.yml