File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 2
10- Lint/HandleExceptions :
11- Exclude :
12- - ' Rakefile'
139
1410
1511
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rescue LoadError
55end
66begin
77 require 'simplecov'
8- rescue LoadError
8+ rescue LoadError # rubocop:disable Lint/HandleExceptions
99end
1010
1111Bundler ::GemHelper . install_tasks
3333begin
3434 require 'rubocop'
3535 require 'rubocop/rake_task'
36- rescue LoadError
36+ rescue LoadError # rubocop:disable Lint/HandleExceptions
3737else
3838 Rake ::Task [ :rubocop ] . clear if Rake ::Task . task_defined? ( :rubocop )
3939 require 'rbconfig'
You can’t perform that action at this time.
0 commit comments