From 52976d26700d0da4122162485c4f91da3d2a2fb2 Mon Sep 17 00:00:00 2001 From: Sarah Vessels Date: Wed, 3 Jan 2024 13:34:35 -0600 Subject: [PATCH] Require the new cop in rubocop-github --- lib/rubocop-github.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rubocop-github.rb b/lib/rubocop-github.rb index 17c07e77..65bc8dc8 100644 --- a/lib/rubocop-github.rb +++ b/lib/rubocop-github.rb @@ -6,4 +6,5 @@ RuboCop::GitHub::Inject.default_defaults! +require "rubocop/cop/github/avoid_object_send_with_dynamic_method" require "rubocop/cop/github/insecure_hash_algorithm"