mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 15:43:32 +00:00
42 lines
2.5 KiB
Plaintext
42 lines
2.5 KiB
Plaintext
# List of ignored warnings used by `fail_on_warnings` in `scripts/utils.sh`.
|
|
# Each line is a regexp and represents a match used by
|
|
# `grep --invert-match --extended-regexp --file`.
|
|
# Comments and empty lines are ignored.
|
|
|
|
# https://github.com/browserslist/browserslist/blob/d0ec62eb48c41c218478cd3ac28684df051cc865/node.js#L329
|
|
# warns if caniuse-lite package is older than 6 months. Ignore this
|
|
# warning message so that GitLab backports don't fail.
|
|
Browserslist: caniuse-lite is outdated\. Please run next command `yarn upgrade`
|
|
|
|
# This warning is emitted by scripts/static-analysis.
|
|
\*\*\*\* .+ had the following warning\(s\):
|
|
|
|
# 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
|
|
# isolated and minor, and will have no fundamental effect on the logic. See the section
|
|
# "Rightward assignment pattern matching and destructuring with types" in
|
|
# ee/lib/remote_development/README.md for more information and context.
|
|
warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!
|
|
|
|
# The `io-event` gem is using an experimental feature of Ruby called `IO::Buffer`.
|
|
# The maintainer of the gem is also the maintainer of Ruby language and `IO::Buffer` implementation, therefore,
|
|
# it's really unlikelly that we will not be able to find a compatible version of the `io-event` gem if the
|
|
# experimental `IO::Buffer` feature changes in Ruby.
|
|
warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future!
|
|
|
|
# We need to build the Tailwind CSS bundle before running Stylelint so that we can lint against
|
|
# forbidden syntax within the compiled tailwind.css. The Tailwind CSS builder logs some messages
|
|
# with `console.error()` which need to be ignored here.
|
|
Rebuilding...
|
|
Done in [0-9]+ms.
|
|
|
|
# The next major version of the view_component gem will require Rails >= 7.1
|
|
Support for Rails versions < 7.1 is deprecated and will be removed from ViewComponent 4.0.0
|
|
|
|
# Migration to the new cache version is in progress
|
|
DEPRECATION WARNING: Support for `config.active_support.cache_format_version = 6.1` has been deprecated and will be removed in Rails 7.2.
|
|
Check the Rails upgrade guide at https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#new-activesupport-cache-serialization-format
|
|
for more information on how to upgrade.
|
|
called from
|