diff --git a/Rakefile b/Rakefile index 80e8031..beef3ca 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ Bundler::GemHelper.install_tasks # This is wrapped to prevent an error when rake is called in environments where # rspec may not be available, e.g. production. As such we don't need to handle # the error. -# rubocop:disable Lint/HandleExceptions +# rubocop:disable Lint/SuppressedException begin require "rspec/core/rake_task" @@ -30,4 +30,4 @@ begin rescue LoadError # no changelog available end -# rubocop:enable Lint/HandleExceptions +# rubocop:enable Lint/SuppressedException