.rubocop.yml in hyrax-3.0.2 vs .rubocop.yml in hyrax-3.1.0

- old
+ new

@@ -39,9 +39,13 @@ - 'tasks/benchmark.rake' Style/AsciiComments: Enabled: false +# rubocop suggests !thing.nil? instead, but that is NOT equivalent +Style/DoubleNegation: + Enabled: false + Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce'