Allow rescue without specified StandardError

This commit is contained in:
Thomas Walpole 2018-01-08 15:30:09 -08:00
parent e68051f6ac
commit 5233962c7c
1 changed files with 3 additions and 0 deletions

View File

@ -1151,3 +1151,6 @@ Style/WordArray:
Description: 'Use %w or %W for arrays of words.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#percent-w'
Enabled: false
Style/RescueStandardError:
Enabled: false