Skip to content

Commit 388e291

Browse files
committed
fix: disable Gemspec/RequireMFA cop (CI publish omits mfa_required)
1 parent 6d4e9d1 commit 388e291

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ RSpec/SpecFilePathFormat:
122122
# Allow modules to be split across files
123123
Style/ClassAndModuleChildren:
124124
EnforcedStyle: nested
125+
126+
# CI publishing does not use MFA; rubygems_mfa_required is intentionally omitted.
127+
Gemspec/RequireMFA:
128+
Enabled: false

0 commit comments

Comments
 (0)