Skip to content

Commit cdfa2ba

Browse files
Add Rubocop exception for Gemspec/RequireMFA
1 parent b4c8b58 commit cdfa2ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rubocop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ Style/AsciiComments:
4848
# which would be incorrect and not what we want
4949
Style/StringConcatenation:
5050
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
5159

5260
########## Metrics / Max Lengths Rules
5361

0 commit comments

Comments
 (0)