Skip to content

Commit df12870

Browse files
committed
(maint) Pin RuboCop gem
This commit pins the RuboCop gem in the Gemfile to version 1.28.0. This version was chosen because it's the last version of RuboCop that supports Ruby 2.5, which we still use to run some RSpec tests for Puppet. Additionally, this commit regenerates the .rubocop_todo.yml file using the updated gem version.
1 parent de61596 commit df12870

File tree

3 files changed

+250
-267
lines changed

3 files changed

+250
-267
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AllCops:
1919

2020
Metrics/AbcSize:
2121
Enabled: false
22-
22+
2323
Metrics/BlockLength:
2424
Enabled: false
2525

0 commit comments

Comments
 (0)