Skip to content

Commit

Permalink
Merge pull request #901 from cucumber/update-rubocop-config
Browse files Browse the repository at this point in the history
Require development dependencies to be in the gemspec
  • Loading branch information
mvz authored Jun 4, 2023
2 parents 4994d93 + b703c6c commit 85fe934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ Bundler/OrderedGems:
Exclude:
- 'gemfiles/*.gemfile'

# Put development dependencies in the gemspec so rubygems.org knows about them.
# Don't complicate things in fixture apps and gems
Gemspec/DevelopmentDependencies:
EnforcedStyle: gemspec
Exclude:
- 'fixtures/**/*'

Expand Down

0 comments on commit 85fe934

Please sign in to comment.