Skip to content

Commit ed67517

Browse files
committed
(PUP-11993) Note about Style/RedundantException
When enabled, this cop will remove raising RuntimeErrors and instead just raise with the message. This causes forge spec tests to fail.
1 parent 9efd163 commit ed67517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,8 @@ Style/PreferredHashMethods:
647647
Enabled: false
648648

649649
# This cop supports safe auto-correction (--auto-correct).
650+
# Enabling this cop will remove raising RuntimeErrors and cause spec test
651+
# failures
650652
Style/RedundantException:
651653
Exclude:
652654
- 'lib/puppet/file_bucket/dipper.rb'

0 commit comments

Comments
 (0)