From 3ce1495fa354d27229ddd49649c7e8b5df9f90ac Mon Sep 17 00:00:00 2001 From: Andrew Hodgkinson Date: Mon, 8 Aug 2022 14:04:17 +1200 Subject: [PATCH] Sort out .rspec file, get rid of unused Rubocop config --- .rspec | 4 +--- .rubocop.yml | 13 ------------- spec/lib/ooxml_encryption_spec.rb | 2 +- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .rubocop.yml diff --git a/.rspec b/.rspec index 34c5164..2233d2d 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1 @@ ---format documentation ---color ---require spec_helper +--format Doggo diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index e3462a7..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,13 +0,0 @@ -AllCops: - TargetRubyVersion: 2.6 - -Style/StringLiterals: - Enabled: true - EnforcedStyle: double_quotes - -Style/StringLiteralsInInterpolation: - Enabled: true - EnforcedStyle: double_quotes - -Layout/LineLength: - Max: 120 diff --git a/spec/lib/ooxml_encryption_spec.rb b/spec/lib/ooxml_encryption_spec.rb index f170ee3..016f956 100644 --- a/spec/lib/ooxml_encryption_spec.rb +++ b/spec/lib/ooxml_encryption_spec.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: true +require 'spec_helper' RSpec.describe OoxmlEncryption do