Skip to content

Commit

Permalink
#549: Disable MFA for rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Jan 17, 2022
1 parent e5e175b commit 7982baa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,6 @@ Performance/RedundantEqualityComparisonBlock: # (new in 1.10)
Performance/RedundantSplitRegexpArgument: # (new in 1.10)
Enabled: true
Gemspec/DateAssignment: # (new in 1.10)
Enabled: true
Enabled: true
Gemspec/RequireMFA:
Enabled: false

0 comments on commit 7982baa

Please sign in to comment.