Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit ab92593

Browse files
specify target ruby mri version in rubocop.yml
1 parent f3ca7d5 commit ab92593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Check documentation for further explanation
22
# https://github.com/bbatsov/rubocop/blob/master/config/default.yml
3+
AllCops:
4+
TargetRubyVersion: 2.6.5
35
Style/FrozenStringLiteralComment:
46
Enabled: false
57
Metrics/LineLength:

0 commit comments

Comments
 (0)