Skip to content

Commit

Permalink
Fix Rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Mar 14, 2020
1 parent be399b2 commit 4ef2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_admin/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.setup_all_extensions
(AUTHORIZATION_ADAPTERS.values + AUDITING_ADAPTERS.values).each do |klass|
begin
klass.setup if klass.respond_to? :setup
rescue # rubocop:disable Lint/HandleExceptions
rescue # rubocop:disable Lint/HandleExceptions, Style/RescueStandardError
# ignore errors
end
end
Expand Down

0 comments on commit 4ef2ea4

Please sign in to comment.