We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8b58 commit cdfa2baCopy full SHA for cdfa2ba
.rubocop.yml
@@ -48,6 +48,14 @@ Style/AsciiComments:
48
# which would be incorrect and not what we want
49
Style/StringConcatenation:
50
Enabled: false
51
+
52
+########## Gemspec Rules
53
54
+# This was turned on by default after updating Rubocop to `1.50.2`. We want to disable this for now because
55
+# all the gem publishing is done within CI and doesn't allow for user input such as an MFA code. See
56
+# https://github.com/wordpress-mobile/release-toolkit/pull/464#pullrequestreview-1396569313 for more discussion
57
+Gemspec/RequireMFA:
58
+ Enabled: false
59
60
########## Metrics / Max Lengths Rules
61
0 commit comments