aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
authorAtbrakhi <atbrakhi@igalia.com>2023-08-28 16:36:57 +0200
committerGitHub <noreply@github.com>2023-08-28 14:36:57 +0000
commit66567faeb2e623f0efe112e64e9fc53d83402f28 (patch)
treeaa9ac6fe3521ac582d9a63f3ce32df0c9901d274 /python/tidy
parentcc4fe4981f5354835ef6c5fba24b31a031451bbd (diff)
downloadservo-66567faeb2e623f0efe112e64e9fc53d83402f28.tar.gz
servo-66567faeb2e623f0efe112e64e9fc53d83402f28.zip
Rename ports/winit package to servoshell (#30163)
* rename winit package to servoshell * revert previous changes and rename only package
Diffstat (limited to 'python/tidy')
-rw-r--r--python/tidy/tidy.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/tidy/tidy.py b/python/tidy/tidy.py
index c9ecf449c85..c79f086d747 100644
--- a/python/tidy/tidy.py
+++ b/python/tidy/tidy.py
@@ -528,9 +528,9 @@ def check_rust(file_name, lines):
PANIC_NOT_ALLOWED_PATHS = [
os.path.join("*", "components", "compositing", "compositor.rs"),
os.path.join("*", "components", "constellation", "*"),
- os.path.join("*", "ports", "winit", "headed_window.rs"),
- os.path.join("*", "ports", "winit", "headless_window.rs"),
- os.path.join("*", "ports", "winit", "embedder.rs"),
+ os.path.join("*", "ports", "servoshell", "headed_window.rs"),
+ os.path.join("*", "ports", "servoshell", "headless_window.rs"),
+ os.path.join("*", "ports", "servoshell", "embedder.rs"),
os.path.join("*", "rust_tidy.rs"), # This is for the tests.
]
is_panic_not_allowed_rs_file = any([