.rubocop.yml in legion-transport-1.1.9 vs .rubocop.yml in legion-transport-1.2.0

- old
+ new

@@ -10,19 +10,13 @@ - 'spec/*/**.rb' Metrics/PerceivedComplexity: Max: 15 Metrics/CyclomaticComplexity: Max: 15 -Layout/SpaceAroundEqualsInParameterDefault: - EnforcedStyle: space -Style/SymbolArray: - Enabled: true Style/Documentation: Enabled: false AllCops: TargetRubyVersion: 2.5 NewCops: enable SuggestExtensions: false Style/FrozenStringLiteralComment: - Enabled: false -Naming/FileName: Enabled: false