Skip to content

Commit

Permalink
fix: make rubocop target the oldest support ruby version (2.7.8)
Browse files Browse the repository at this point in the history
To prevent devs from using incompatible syntax
  • Loading branch information
knarewski committed Sep 12, 2024
1 parent 19fb124 commit 8854adb
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 @@ -2,3 +2,4 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 2.7.8

0 comments on commit 8854adb

Please sign in to comment.