Skip to content

Commit 4ef2ea4

Browse files
committed
Fix Rubocop offense
1 parent be399b2 commit 4ef2ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails_admin/extension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def self.setup_all_extensions
3333
(AUTHORIZATION_ADAPTERS.values + AUDITING_ADAPTERS.values).each do |klass|
3434
begin
3535
klass.setup if klass.respond_to? :setup
36-
rescue # rubocop:disable Lint/HandleExceptions
36+
rescue # rubocop:disable Lint/HandleExceptions, Style/RescueStandardError
3737
# ignore errors
3838
end
3939
end

0 commit comments

Comments
 (0)