.rubocop.yml in chemistrykit-3.7.0 vs .rubocop.yml in chemistrykit-3.8.0

- old
+ new

@@ -1,5 +1,11 @@ LineLength: Enabled: false MethodLength: Max: 30 + +SymbolName: + AllowCamelCase: false + +Documentation: + Enabled: false