aboutsummaryrefslogtreecommitdiffstats
path: root/servo-tidy.toml
diff options
context:
space:
mode:
authoratbrakhi <atbrakhi@igalia.com>2024-09-04 10:24:29 +0200
committerGitHub <noreply@github.com>2024-09-04 08:24:29 +0000
commitba7e53264d2daf1f2ca0157c645dbe477708c649 (patch)
treea179362dd509c636b112772bfae31244c4d98fed /servo-tidy.toml
parentabe532dd2f7b9931a75f5c2a0925b09a2bfae730 (diff)
downloadservo-ba7e53264d2daf1f2ca0157c645dbe477708c649.tar.gz
servo-ba7e53264d2daf1f2ca0157c645dbe477708c649.zip
Add initial support for tracing and tracing-perfetto (#33188)
Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r--servo-tidy.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index eb2c57fe4d8..406e5aec717 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -15,6 +15,7 @@ rand = [
"quickcheck", # Only used in tests
"servo_rand",
"tungstenite",
+ "tracing-perfetto",
]
[ignore]
@@ -64,8 +65,23 @@ packages = [
"phf_generator",
"phf_shared",
+ # petgraph uses old version
+ "fixedbitset",
+
+ # servo-media-audio uses old version
+ "petgraph",
+
# icu (from mozjs) uses old version
+ # tracing-subscriber (tokio-rs/tracing#3033) uses old version
+ # regex -> regex-automata 0.4.7
+ # icu_list -> regex-automata 0.2.0
+ # tracing-subscriber -> matchers -> regex-automata 0.1.0
"regex-automata",
+
+ # tracing-subscriber (tokio-rs/tracing#3033) uses old version
+ # regex [-> regex-automata 0.4.7] -> regex-syntax 0.8.4
+ # tracing-subscriber -> matchers -> regex-automata 0.1.0 -> regex-syntax 0.6.29
+ "regex-syntax",
]
# Files that are ignored for all tidy and lint checks.
files = [