We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4e9d1 commit 388e291Copy full SHA for 388e291
1 file changed
.rubocop.yml
@@ -122,3 +122,7 @@ RSpec/SpecFilePathFormat:
122
# Allow modules to be split across files
123
Style/ClassAndModuleChildren:
124
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