Skip to content

Commit

Permalink
update target ruby version and gemspec dev dependency cop
Browse files Browse the repository at this point in the history
  • Loading branch information
schoblaska committed May 14, 2024
1 parent 796638a commit 6dadf02
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
Expand Up @@ -13,6 +13,7 @@ AllCops:
NewCops: enable
Exclude:
- vendor/bundle/**/**
TargetRubyVersion: 2.6

Metrics/ParameterLists:
Enabled: false
Expand Down Expand Up @@ -120,3 +121,7 @@ Layout/BlockEndNewline:
Naming/FileName:
Exclude:
- lib/packs-specification.rb

Gemspec/DevelopmentDependencies:
Enabled: true
EnforcedStyle: gemspec

0 comments on commit 6dadf02

Please sign in to comment.