Skip to content

Commit ed2774e

Browse files
committed
Add TargetRubyVersion
1 parent 388b1f6 commit ed2774e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ inherit_from: .rubocop_todo.yml
44
inherit_gem:
55
voxpupuli-rubocop: rubocop.yml
66

7+
AllCops:
8+
TargetRubyVersion: '3.1'
9+
710
# Disabled
811
Style/ClassAndModuleChildren:
912
Enabled: false

0 commit comments

Comments
 (0)