.rubocop.yml in rubocop-bitcrowd-2.2.0 vs .rubocop.yml in rubocop-bitcrowd-2.3.0

- old
+ new

@@ -40,10 +40,10 @@ Metrics/MethodLength: Enabled: true Metrics/BlockLength: Enabled: true - ExcludedMethods: ['describe', 'context', 'define', 'factory', 'namespace'] + IgnoredMethods: ['describe', 'context', 'define', 'factory', 'namespace'] Metrics/AbcSize: Enabled: true Layout/LineLength: