.rubocop.yml in danger-xcprofiler-0.4.0 vs .rubocop.yml in danger-xcprofiler-0.5.0
- old
+ new
@@ -1,5 +1,8 @@
+AllCops:
+ TargetRubyVersion: 2.6
+
Metrics/ModuleLength:
Max: 120
Metrics/MethodLength:
Enabled: false
@@ -20,5 +23,11 @@
Lint/DuplicateMethods:
Enabled: false
Style/DoubleNegation:
Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Enabled: false
+
+Metrics/CyclomaticComplexity:
+ Max: 10