Skip to content

Commit

Permalink
Add TargetRubyVersion in .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Sep 18, 2024
1 parent 4065647 commit 012f717
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
inherit_gem:
main_branch_shared_rubocop_config: config/rubocop.yml

AllCops:
# Pin this project to Ruby 3.1 in case the shared config above is upgraded to 3.2
# or later.
TargetRubyVersion: 3.1

0 comments on commit 012f717

Please sign in to comment.