.rubocop.yml in thor-hollaback-0.1.2 vs .rubocop.yml in thor-hollaback-0.2.0

- old
+ new

@@ -1,14 +1,6 @@ AllCops: DisplayCopNames: true DisplayStyleGuide: true - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.6 Exclude: - 'vendor/**/*' - -Style/Documentation: - Enabled: false - -Style/PercentLiteralDelimiters: - PreferredDelimiters: - '%w': '[]' - '%i': '[]'