.rubocop.yml in danger-xcprofiler-0.3.0 vs .rubocop.yml in danger-xcprofiler-0.3.1

- old
+ new

@@ -14,5 +14,11 @@ Style/Documentation: Enabled: false Metrics/AbcSize: Max: 25 + +Lint/DuplicateMethods: + Enabled: false + +Style/DoubleNegation: + Enabled: false