Commit bc45b868 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'alipniagov-cleanup-allowed-kwarg-warning-paths' into 'master'

Remove grpc from kwargs deprecation silence list

See merge request gitlab-org/gitlab!83322
parents 6302b664 94c38a30
......@@ -56,11 +56,8 @@ module DeprecationToolkitEnv
# In this case, we recommend to add a silence together with an issue to patch or update
# the dependency causing the problem.
# See https://gitlab.com/gitlab-org/gitlab/-/commit/aea37f506bbe036378998916d374966c031bf347#note_647515736
#
# - ruby/lib/grpc/generic/interceptors.rb: https://gitlab.com/gitlab-org/gitlab/-/issues/339305
def self.allowed_kwarg_warning_paths
%w[
ruby/lib/grpc/generic/interceptors.rb
]
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment