Skip to content

Commit 87ade75

Browse files
author
jordanbreen28
committed
(CONT-793) - Change rubocop target ruby to 2.6
1 parent 357b04d commit 87ade75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AllCops:
99
DisplayCopNames: true
1010
ExtraDetails: true
1111
DisplayStyleGuide: true
12-
TargetRubyVersion: '2.7'
12+
TargetRubyVersion: '2.6'
1313
Include:
1414
- "**/*.rb"
1515
Exclude:

.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2023-04-21 14:47:05 UTC using RuboCop version 1.48.1.
3+
# on 2023-04-24 09:19:55 UTC using RuboCop version 1.48.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new

0 commit comments

Comments
 (0)