Skip to content

CI: Cleanup Ruby 2 specific warnings used by `fail_on_warnings`

Peter Leitzen requested to merge 410480-ruby2-allowed-warnings into master

What does this MR do and why?

https://gitlab.com/gitlab-org/gitlab/-/blob/master/scripts/allowed_warnings.txt tracks allowed Ruby warnings.

Some of these warnings are specific to Ruby 2.7 and become unnecessary once we've dropped support for Ruby 2.

This MR drops all warnings related to Ruby 2.7

Closes #410480 (closed).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports