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 dba6f8a commit 3cc649b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .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
NewCops: enable
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 Expand Up @@ -155,6 +156,9 @@ Style/LambdaCall:
Style/ParallelAssignment:
Enabled: false

Style/RaiseArgs:
Enabled: false

Style/StabbyLambdaParentheses:
Enabled: false

Expand Down

0 comments on commit 3cc649b

Please sign in to comment.