Sha256: d56c8f8a4ecea807abc92f9041da0fc2a0f2f9a2f56c7c7a2ea5486aca7e3fcf

Contents?: true

Size: 790 Bytes

Versions: 19

Compression:

Stored size: 790 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

Style/RedundantReturn:
  Enabled: false

Lint/ScriptPermission:
  Enabled: false

Naming/UncommunicativeMethodParamName:
  Enabled: false

Naming/VariableName:
  Enabled: false

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

19 entries across 19 versions & 1 rubygems

Version Path
cqm-models-4.2.0 .rubocop.yml
cqm-models-3.1.2 .rubocop.yml
cqm-models-4.1.1 .rubocop.yml
cqm-models-4.1.0 .rubocop.yml
cqm-models-4.0.2 .rubocop.yml
cqm-models-4.0.1 .rubocop.yml
cqm-models-4.0.0 .rubocop.yml
cqm-models-3.1.1 .rubocop.yml
cqm-models-3.1.0 .rubocop.yml
cqm-models-3.0.6 .rubocop.yml
cqm-models-3.0.5 .rubocop.yml
cqm-models-3.0.4 .rubocop.yml
cqm-models-3.0.3 .rubocop.yml
cqm-models-3.0.2 .rubocop.yml
cqm-models-3.0.1 .rubocop.yml
cqm-models-2.0.1 .rubocop.yml
cqm-models-3.0.0 .rubocop.yml
cqm-models-2.0.0 .rubocop.yml
cqm-models-1.1.1.0 .rubocop.yml