.rubocop.yml in faker_maker-1.3.0 vs .rubocop.yml in faker_maker-2.0.0

- old
+ new

@@ -43,7 +43,13 @@ Enabled: false Lint/MissingSuper: Enabled: false +Metrics/CyclomaticComplexity: + Max: 10 + +Metrics/PerceivedComplexity: + Max: 10 + AllCops: NewCops: enable \ No newline at end of file