From 969d23f6f85e042c7f8c7c1c8da749890dd72350 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Tue, 25 Apr 2023 09:06:01 +0100 Subject: [PATCH] (CONT-677) - Set Rubocop Target Ruby Version to 2.6 --- .rubocop.yml | 2 +- .rubocop_todo.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index fe246c2..d926154 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,7 +9,7 @@ AllCops: DisplayCopNames: true ExtraDetails: true DisplayStyleGuide: true - TargetRubyVersion: '2.7' + TargetRubyVersion: '2.6' Include: - "**/*.rb" Exclude: diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0429146..005f423 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,3 +1,11 @@ +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2023-04-25 08:02:12 UTC using RuboCop version 1.48.1. +# The point is for the user to remove these configuration records +# one by one as the offenses are removed from the code base. +# Note that changes in the inspected code, or installation of new +# versions of RuboCop, may require this file to be generated again. + # Offense count: 1 # Configuration parameters: IgnoredMetadata. RSpec/DescribeClass: