mirror of
https://github.com/servo/servo.git
synced 2025-09-09 22:48:21 +01:00
Moved tidy's BLOCKED_PACKAGES to the config file
This commit is contained in:
parent
655a9fd7ce
commit
a7a2efea5c
3 changed files with 28 additions and 23 deletions
|
@ -8,6 +8,26 @@ lint-scripts = [
|
|||
"./python/servo/lints/wpt_lint.py",
|
||||
]
|
||||
|
||||
# Packages which we avoid using in Servo.
|
||||
# For each blocked package, we can list the exceptions,
|
||||
# which are packages allowed to use the blocked package.
|
||||
[blocked-packages]
|
||||
rand = [
|
||||
"deque",
|
||||
"gaol",
|
||||
"ipc-channel",
|
||||
"num-bigint",
|
||||
"parking_lot_core",
|
||||
"phf_generator",
|
||||
"rayon",
|
||||
"servo_rand",
|
||||
"tempdir",
|
||||
"tempfile",
|
||||
"uuid",
|
||||
"websocket",
|
||||
"ws",
|
||||
]
|
||||
|
||||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
packages = ["bitflags", "byteorder", "lazy_static", "semver", "libloading"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue