.rubocop.yml in cocoapods-playgrounds-0.0.3 vs .rubocop.yml in cocoapods-playgrounds-0.1.0

- old
+ new

@@ -3,10 +3,11 @@ Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' + - 'bin/carthage-play' - 'bin/playground' - 'lib/cocoapods-playgrounds/generate.rb' - 'lib/cocoapods-playgrounds/workspace.rb' - 'lib/cocoapods-playgrounds/command/playgrounds.rb' @@ -21,5 +22,8 @@ Metrics/AbcSize: Max: 20 Metrics/MethodLength: Max: 20 + +Metrics/ClassLength: + Max: 150