.rubocop.yml in bundle-only-0.3.0 vs .rubocop.yml in bundle-only-0.4.0

- old
+ new

@@ -1,9 +1,11 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.3 Metrics/LineLength: Enabled: false -Style/FileName: +Naming/FileName: Enabled: false Style/Documentation: + Enabled: false +Style/StderrPuts: Enabled: false