Sha256: 36f5513f8077f0ddc0ab72f677cf2051b5b89176ad2a8d9a15713ad718374408

Contents?: true

Size: 613 Bytes

Versions: 2

Compression:

Stored size: 613 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

Naming/FileName:
  Exclude:
    - 'samples/MySample/MySample.podspec'

Metrics/LineLength:
  Max: 336

Metrics/BlockLength:
  Max: 1500

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Max: 100

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

AssignmentInCondition:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Lint/PercentStringArray:
  Exclude:
    - 'spec/xcode_builder_spec.rb'

Layout/HeredocIndentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-pack-1.0.1 .rubocop.yml
cocoapods-pack-1.0.0 .rubocop.yml