Skip to content

Commit e4c9dec

Browse files
committed
Disable new cop about potentially deprecated gemspec attributes
See rubocop/rubocop#10675 for details. Let's keep `test_files` until this issue is clarified.
1 parent 3d4196a commit e4c9dec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Style/RedundantRegexpEscape:
3636
Style/SlicingWithRange:
3737
Enabled: true
3838

39+
# Disable this cop until this isssue gets a clear answer:
40+
# https://github.com/rubocop/rubocop/issues/10675
41+
Gemspec/DeprecatedAttributeAssignment:
42+
Enabled: false
43+
3944
AllCops:
4045
TargetRubyVersion: 2.5
4146
Exclude:

0 commit comments

Comments
 (0)