Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-10 21:10:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-10 21:10:58 +0300
commitb6dd7408f576e59908e9a293b55b81e00e9d25af (patch)
tree1101d2ac170bfe355e531ffb38804e0fe15c04ee /scripts
parent8af017c1805fc23513f56dc5a759e1a06d8e0e07 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/allowed_warnings.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/allowed_warnings.txt b/scripts/allowed_warnings.txt
index cb684166348..9048e3958ef 100644
--- a/scripts/allowed_warnings.txt
+++ b/scripts/allowed_warnings.txt
@@ -14,20 +14,6 @@ Type application/netcdf is already registered as a variant of application/netcdf
# This warning is emitted by scripts/static-analysis.
\*\*\*\* .+ had the following warning\(s\):
-# Ruby 3 extracts net-protocol into a separate gem, while Ruby 2 has it built-in.
-# This can be removed when support for Ruby 2 is dropped.
-2\.7\.0\/gems\/net-protocol-0\.1\.3\/lib\/net\/protocol\.rb:208: warning: already initialized constant Net::BufferedIO::BUFSIZE
-ruby\/2\.7\.0\/net\/protocol\.rb:206: warning: previous definition of BUFSIZE was here
-2\.7\.0\/gems\/net-protocol-0\.1\.3\/lib\/net\/protocol\.rb:504: warning: already initialized constant Net::NetPrivate::Socket
-ruby\/2\.7\.0\/net\/protocol\.rb:503: warning: previous definition of Socket was here
-2\.7\.0\/gems\/net-protocol-0\.1\.3\/lib\/net\/protocol\.rb:68: warning: already initialized constant Net::ProtocRetryError
-ruby\/2\.7\.0\/net\/protocol\.rb:66: warning: previous definition of ProtocRetryError was here
-
-# Ruby 3 does not emit warnings for pattern matching, and if it's working
-# fine in both Ruby 2 and Ruby 3, it's unlikely it'll change again.
-# This can be removed when support for Ruby 2 is dropped.
-warning: Pattern matching is experimental, and the behavior may change in future versions of Ruby!
-
# As of Ruby 3.1, one-line typesafe/destructuring pattern matching via "rightward assignment" has
# been included for multiple years with no significant negative feedback or indications of removal.
# In the event that it is removed in a future Ruby release, the changes required to fix it are