Skip to content

Commit

Permalink
Require development dependencies to be in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jun 3, 2023
1 parent 93b83f4 commit 80c9ec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ AllCops:
NewCops: enable
TargetRubyVersion: 2.7

# Put development dependencies in the gemspec so rubygems.org knows about them
Gemspec/DevelopmentDependencies:
EnforcedStyle: gemspec

# Spaces in strings with line continuations go at the beginning of the line.
Layout/LineContinuationLeadingSpace:
EnforcedStyle: leading
Expand Down

0 comments on commit 80c9ec2

Please sign in to comment.