config/rubocop.yml in rubocop-gem_dev-0.1.0 vs config/rubocop.yml in rubocop-gem_dev-0.2.0

- old
+ new

@@ -6,9 +6,14 @@ # Double negation is a famous Ruby idiom, # why not using it with confidence? Style/DoubleNegation: Enabled: false +# Changing require order affects code execution +# This should not be a style cop +Style/RequireOrder: + Enabled: false + # No particular reason to prefer array style, # two different styles suit in different situations. Style/SymbolArray: Enabled: false