Closed koppen closed 5 years ago
Rubocop 0.67 seems to favor calling the exception variable e:
e
app/exporters/leads_exporter.rb:94:29: C: Naming/RescuedExceptionsVariableName: Use e instead of error. rescue StandardError => error ^^^^^
One-letter variables make Ole cry, we can't have that.
Rubocop 0.67 seems to favor calling the exception variable
e
:One-letter variables make Ole cry, we can't have that.