File: allowed_warnings.txt

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (35 lines) | stat: -rw-r--r-- 2,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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