Skip to content

Commit

Permalink
Disable Gemspec/DevelopmentDependencies cop
Browse files Browse the repository at this point in the history
Having the dependencies in the gemspec seems perfectly fine to me. We
can revisit this decision later.
  • Loading branch information
mvz committed Nov 29, 2023
1 parent 614bca6 commit 573a1dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -11,6 +11,9 @@ AllCops:
- 'vendor/**/*'
TargetRubyVersion: 2.6

Gemspec/DevelopmentDependencies:
Enabled: false

Naming/FileName:
Exclude:
- lib/rubocop-packaging.rb
Expand Down

0 comments on commit 573a1dd

Please sign in to comment.