.rubocop.yml in danger-xcprofiler-0.2.0 vs .rubocop.yml in danger-xcprofiler-0.3.0
- old
+ new
@@ -1,5 +1,8 @@
+Metrics/ModuleLength:
+ Max: 120
+
Metrics/MethodLength:
Enabled: false
Metrics/LineLength:
Max: 120
@@ -9,6 +12,7 @@
- spec/**/*.rb
Style/Documentation:
Enabled: false
-
+Metrics/AbcSize:
+ Max: 25