config/.base_rubocop.yml in fablicop-1.5.0 vs config/.base_rubocop.yml in fablicop-1.6.0

- old
+ new

@@ -49,12 +49,12 @@ Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma -# We sometimes omit the top-level documentation for classes/modules. +# We learned documentation is important. Style/Documentation: - Enabled: false + Enabled: true # We sometimes want to use `self` anyway. Style/RedundantSelf: Enabled: false