Skip to content

Commit 4ef4c22

Browse files
authored
Merge pull request #29 from puppetlabs/pdksync_CONT-677-tag_rubocop_ruby2.6
pdksync - (CONT-677) - set rubocop target to 2.6
2 parents c82bef1 + 969d23f commit 4ef4c22

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# This configuration was generated by
2+
# `rubocop --auto-gen-config`
3+
# on 2023-04-25 08:02:12 UTC using RuboCop version 1.48.1.
4+
# The point is for the user to remove these configuration records
5+
# one by one as the offenses are removed from the code base.
6+
# Note that changes in the inspected code, or installation of new
7+
# versions of RuboCop, may require this file to be generated again.
8+
19
# Offense count: 1
210
# Configuration parameters: IgnoredMetadata.
311
RSpec/DescribeClass:

0 commit comments

Comments
 (0)