Skip to content

Commit a632a16

Browse files
committed
Disable rubocop warning for RequestSSRFDetectionPatch
1 parent 717134b commit a632a16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/datadog/appsec/contrib/rest_client/request_ssrf_detection_patch.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# rubocop:disable Naming/FileName
12
# frozen_string_literal: true
23

34
module Datadog
@@ -35,3 +36,4 @@ def execute(&block)
3536
end
3637
end
3738
end
39+
# rubocop:enable Naming/FileName

0 commit comments

Comments
 (0)