.rubocop.yml in rubocop-bitcrowd-1.1.2 vs .rubocop.yml in rubocop-bitcrowd-1.2.0
- old
+ new
@@ -94,8 +94,12 @@
ExcludedMethods: ['describe', 'context', 'define', 'factory']
Metrics/AbcSize:
Enabled: true
-Layout/SpaceInsideBrackets:
+Layout/SpaceInsideArrayLiteralBrackets:
+ Enabled: true
+ AutoCorrect: true
+
+Layout/SpaceInsideReferenceBrackets:
Enabled: true
AutoCorrect: true