Skip to content

Commit

Permalink
Merge pull request #56 from viralpraxis/enable-gemspec-require-mfa-rule
Browse files Browse the repository at this point in the history
Enable `Gemspec::RequireMFA` rubocop rule
  • Loading branch information
viralpraxis authored Sep 28, 2024
2 parents 49dd078 + 44bcbcb commit a4f498b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,3 @@ RSpec/ContextWording:

Gemspec/DevelopmentDependencies:
EnforcedStyle: gemspec

Gemspec/RequireMFA:
Enabled: false
3 changes: 2 additions & 1 deletion rubocop-thread_safety.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Gem::Specification.new do |spec|
spec.metadata = {
'changelog_uri' => 'https://github.com/rubocop/rubocop-thread_safety/blob/master/CHANGELOG.md',
'source_code_uri' => 'https://github.com/rubocop/rubocop-thread_safety',
'bug_tracker_uri' => 'https://github.com/rubocop/rubocop-thread_safety/issues'
'bug_tracker_uri' => 'https://github.com/rubocop/rubocop-thread_safety/issues',
'rubygems_mfa_required' => 'true'
}

spec.bindir = 'exe'
Expand Down

0 comments on commit a4f498b

Please sign in to comment.