Sha256: 377f017332b872647f76f6cadf9f046d6a7489cde7622d48936edfd17ed5554b

Contents?: true

Size: 1.25 KB

Versions: 57

Compression:

Stored size: 1.25 KB

Contents

AllCops:
  Include:
    - Rakefile
    - Gemfile
    - ./*.gemspec
  Exclude:
    - spec/fixtures/**/*
    - vendor/**/*

# At the moment not ready to be used
# https://github.com/bbatsov/rubocop/issues/947
Documentation:
  Enabled: false

#- CocoaPods -----------------------------------------------------------------#

# We adopted raise instead of fail.
SignalException:
  EnforcedStyle: only_raise

# They are idiomatic
AssignmentInCondition:
  Enabled: false

# Allow backticks
AsciiComments:
  Enabled: false

# Indentation clarifies logic branches in implementations
IfUnlessModifier:
  Enabled: false

# No enforced convention here.
SingleLineBlockParams:
  Enabled: false

# We only add the comment when needed.
Encoding:
  Enabled: false

#- CocoaPods support for Ruby 1.8.7 ------------------------------------------#

HashSyntax:
  EnforcedStyle: hash_rockets

Lambda:
  Enabled: false

DotPosition:
  EnforcedStyle: trailing

#- CocoaPods specs -----------------------------------------------------------#

# Allow for `should.match /regexp/`.
AmbiguousRegexpLiteral:
  Exclude:
    - spec/**/*

# Allow `object.should == object` syntax.
Void:
  Exclude:
    - spec/**/*

ClassAndModuleChildren:
  Exclude:
    - spec/**/*

UselessComparison:
  Exclude:
    - spec/**/*

Version data entries

57 entries across 57 versions & 17 rubygems

Version Path
cocoapods-packager-next-2.0.1 .rubocop-cocoapods.yml
cocoapods-packager-next-2.0.0 .rubocop-cocoapods.yml
cocoapods-packager-tj-1.5.0 .rubocop-cocoapods.yml
cocoapods-packager-test-scl-1.6.2 .rubocop-cocoapods.yml
cocoapods-packager-test-scl-1.6.1 .rubocop-cocoapods.yml
cocoapods-packager-test-scl-1.6.0 .rubocop-cocoapods.yml
cocoapods-packager-test-scl-1.5.0 .rubocop-cocoapods.yml
cocoapods-packager-clone-master-1.5.2 .rubocop-cocoapods.yml
cocoapods-nepackage-0.0.2 .rubocop-cocoapods.yml
cocoapods-nepackage-0.0.1 .rubocop-cocoapods.yml
cocoapods-packager-m-1.6.4 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.13 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.12 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.11 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.10 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.9 .rubocop-cocoapods.yml
cocoapods-packager-hira-1.5.6 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.7 .rubocop-cocoapods.yml
ty-cocoapods-packager-1.5.6 .rubocop-cocoapods.yml
cocoapods-xzpackager-1.0.2 .rubocop-cocoapods.yml