.rubocop.yml in rubocop-bitcrowd-2.1.2 vs .rubocop.yml in rubocop-bitcrowd-2.1.3
- old
+ new
@@ -14,14 +14,10 @@
Enabled: false
Lint/UselessAccessModifier:
Enabled: true
-Metrics/LineLength:
- Enabled: true
- Max: 120
-
Rails:
Enabled: true
Rails/ActionFilter:
Enabled: true
@@ -100,9 +96,13 @@
Enabled: true
ExcludedMethods: ['describe', 'context', 'define', 'factory', 'namespace']
Metrics/AbcSize:
Enabled: true
+
+Layout/LineLength:
+ Enabled: true
+ Max: 120
Layout/SpaceInsideArrayLiteralBrackets:
Enabled: true
AutoCorrect: true