Skip to content

Commit

Permalink
set target ruby version to 3.3 in rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 5, 2024
1 parent 3f89fb2 commit 62291c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AllCops:
- node_modules/**/*
- vendor/**/*
NewCops: enable
TargetRubyVersion: 3.3
Layout/ClosingHeredocIndentation:
Enabled: false
Layout/FirstArgumentIndentation:
Expand Down

0 comments on commit 62291c9

Please sign in to comment.