.rubocop.yml in rspec-graphql_matchers-1.3.0 vs .rubocop.yml in rspec-graphql_matchers-1.3.1
- old
+ new
@@ -1,33 +1,30 @@
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
-Style/Documentation:
- Enabled: false
+Layout/AlignParameters:
+ EnforcedStyle: with_fixed_indentation
-Style/ClassAndModuleChildren:
- EnforcedStyle: compact
+Metrics/LineLength:
+ Max: 90
-Style/MultilineMethodCallIndentation:
+Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
-Style/AlignParameters:
- EnforcedStyle: with_fixed_indentation
-
-Style/ClassAndModuleChildren:
- Enabled: false
-
-Style/SpaceBeforeFirstArg:
+Layout/SpaceBeforeFirstArg:
Include:
- db/migrate/*.rb
Enabled: false
-Style/Lambda:
+Style/Documentation:
Enabled: false
-Metrics/LineLength:
- Max: 90
+Style/ClassAndModuleChildren:
+ Enabled: true
+
+Style/Lambda:
+ Enabled: false
Metrics/MethodLength:
Max: 15
Metrics/BlockLength: