.rubocop-cocoapods.yml in cocoapods-try-0.3.0 vs .rubocop-cocoapods.yml in cocoapods-try-0.4.0

- old
+ new

@@ -40,19 +40,30 @@ # Having these make it easier to *not* forget to add one when adding a new # value and you can simply copy the previous line. TrailingComma: EnforcedStyleForMultiline: comma +# Clashes with CLAide Command#validate! +GuardClause: + Enabled: false + +# Not always desirable: lib/claide/command/plugins_helper.rb:12:15 +Next: + Enabled: false + #- CocoaPods support for Ruby 1.8.7 ------------------------------------------# HashSyntax: EnforcedStyle: hash_rockets Lambda: Enabled: false DotPosition: EnforcedStyle: trailing + +EachWithObject: + Enabled: false #- CocoaPods specs -----------------------------------------------------------# # Allow for `should.match /regexp/`. AmbiguousRegexpLiteral: