From 5233962c7c21a62b98fabdeb3dbe000bfe20f374 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Mon, 8 Jan 2018 15:30:09 -0800 Subject: [PATCH] Allow rescue without specified StandardError --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index fdad0d69..1a40eb81 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 \ No newline at end of file