We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357b04d commit 87ade75Copy full SHA for 87ade75
.rubocop.yml
@@ -9,7 +9,7 @@ AllCops:
9
DisplayCopNames: true
10
ExtraDetails: true
11
DisplayStyleGuide: true
12
- TargetRubyVersion: '2.7'
+ TargetRubyVersion: '2.6'
13
Include:
14
- "**/*.rb"
15
Exclude:
.rubocop_todo.yml
@@ -1,6 +1,6 @@
1
# This configuration was generated by
2
# `rubocop --auto-gen-config`
3
-# on 2023-04-21 14:47:05 UTC using RuboCop version 1.48.1.
+# on 2023-04-24 09:19:55 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
0 commit comments