2
0

Disable Style/RedundantFetchBlock cop (#30207)

This commit is contained in:
Matt Jankowski
2024-05-15 09:57:13 -04:00
committed by GitHub
parent d5d3a0fc57
commit ca560c1095
2 changed files with 5 additions and 10 deletions

View File

@@ -211,6 +211,11 @@ Style/PercentLiteralDelimiters:
Style/RedundantBegin:
Enabled: false
# Reason: Prevailing style choice
# https://docs.rubocop.org/rubocop/cops_style.html#styleredundantfetchblock
Style/RedundantFetchBlock:
Enabled: false
# Reason: Overridden to reduce implicit StandardError rescues
# https://docs.rubocop.org/rubocop/cops_style.html#stylerescuestandarderror
Style/RescueStandardError: