Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Aug 7, 2023
1 parent 227b49d commit 03edaaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This is a config synced from dry-rb/template-gem repo

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
NewCops: disable
Exclude:
- "**/vendor/**/*" # For GitHub Actions, see rubocop/rubocop#9832
- benchmarks/*.rb
- spec/support/coverage.rb
- spec/support/warnings.rb
Expand Down

0 comments on commit 03edaaf

Please sign in to comment.