Skip to content

Commit 557e1f0

Browse files
committed
move rubocop disable to rubocop.yml
1 parent ce780d3 commit 557e1f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ Style/RegexpLiteral:
4848

4949
RSpec/MessageSpies:
5050
EnforcedStyle: receive
51+
52+
# TODO: investigate changes to release process and then enable MFA (https://guides.rubygems.org/mfa-requirement-opt-in/)
53+
Gemspec/RequireMFA:
54+
Enabled: false

cucumber-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$LOAD_PATH.unshift File.expand_path('lib', __dir__)
44

5-
Gem::Specification.new do |s| # rubocop:disable Gemspec/RequireMFA
5+
Gem::Specification.new do |s|
66
s.name = 'cucumber-rails'
77
s.version = '2.4.0'
88
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']

0 commit comments

Comments
 (0)