.rubocop_cocoapods.yml in cocoapods-plugins-0.4.0 vs .rubocop_cocoapods.yml in cocoapods-plugins-0.4.1

- old
+ new

@@ -56,9 +56,14 @@ # Arbitrary max lengths for classes simply do not work and enabling this will # lead to a never ending stream of annoyance and changes. Metrics/ClassLength: Enabled: false +# Arbitrary max lengths for methods simply do not work and enabling this will +# lead to a never ending stream of annoyance and changes. +Metrics/MethodLength: + Enabled: false + # No enforced convention here. Metrics/BlockNesting: Enabled: false # It will be obvious which code is complex, Rubocop should only lint simple